- Looking method to get data from wp-mysql
- create form to adjust wp-mysql from admin side
- connect with woocommerce
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Thursday, 14 April 2022
WP PLUGIN DEVELOPMENT
Tuesday, 12 April 2022
CUSTOM ADMIN DASHBOARD WIDGET SCREEN OPTIONS
add_action('wp_dashboard_setup', 'my_custom_dashboard_widgets');
function my_custom_dashboard_widgets() {global $wp_meta_boxes;wp_add_dashboard_widget('custom_help_widget', 'Theme Support', 'custom_dashboard_help');}function custom_dashboard_help() {echo '<p>Welcome to Custom Blog Theme! Need help? Contact the developer <a href="mailto:yourusername@gmail.com">here</a>. For WordPress Tutorials visit: <a href="https://www.wpbeginner.com" target="_blank">WPBeginner</a></p>';}WP FUNCTIONS.PHP TO THE WORDPRESS PLUGIN
1. You need file manager. Download it on plugin
2. Create new folder name it anything 'my-functions'
3. Create new php file name it 'my-functions.php'
4. paste and edit code below suit with your want
<?php
/*
Plugin Name: my functions
Plugin URI: https://orkedtouch.com/wp-admin/plugin-editor.php
Description: This is my functions instead on functions.php
Author: MUHAZA
Author URI:
Version: 2022.04.13
License: GPL
*/
// add your functions below
Saturday, 9 April 2022
Fonts with specific Media Query
<link rel="stylesheet" href="styles.css" media="only screen and (max-device-width: 480px)">
<link rel="stylesheet" href="styles_mobile.css" media="only screen and (min-device-width: 480px)">Friday, 8 April 2022
HTACCESS SPEED UP OPTIMIZE SETUP
WOOCOMMERCE FLYCART
Cara-Cara Untuk Bypass/Solve: Database Problem.
Warning: Attempt to read property "post_status" on null in /home/xxx/public_html/wp-admin/includes/template.php on line 2298 Wa...
-
Lebih 30 Trik Carian Google untuk SEO GraphicLab Gunakan kombinasi carian ini untuk: Mengesan sebutan jenama Mencari peluang backli...
-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 < div style = "background-color:#D94A38;width:170px;height:80px;ma...