7 plugins redirect settings create
// This code use for redirect page when plugin install wordpress dashboard /* * *==================Redirect to plugin settings page=== * *...
// This code use for redirect page when plugin install wordpress dashboard /* * *==================Redirect to plugin settings page=== * *...
Wordpress simple word count plugin <?php /** * */ /* Plugin Name: Word Count Plugin URI: https://developerzakir.blogspot.com/ Descrip...
wordpress page on plugin activation:- register_activation_hook(__FILE__, 'custom_plugin_create_page'); function custom_plugin_crea...
============ drop table when plugin uninstall ======= register_deactivation_hook(__FILE__, 'custom_plugin_drop_table' ); function ...
M ake database table:- //====================activation and database table create ==================== function custom_plugin_create_tab...
menu page output ==================================================================================================================...
add menu page and sub menu page ========================================================================= add_menu_page( string $page_t...
6. create shortcode for plugin ========================================================================================= /* * *create s...
5. Custom field data ========================================================================================================== /* * *nwpt...
4. Custom post loop ====================================================================================================== //query generat...
3. Custom post type regsiter for plugin /* * *Register custom post types for plugin * */ if ( ! function_exists('nwpt_custom_post_typ...
2. css and js file enqueue process =========================================================================== /** * Proper way to enque...
1. plugin header and css file enqueue ======================================================================= <?php /** * Plugin Name...