Similar Posts
WordPress pagination using ajax
Visit my demo page HTML CODE: SCRIPT
How to get the current scroll top position?
How to get the current scroll top position? Copy and past the following codes below to your JS file.
WordPress media library upload restriction
WordPress media library upload restriction, just copy the code below to your functions.php Or install this plugin to do the task WDES User Upload Restriction – https://wordpress.org/plugins/wdes-user-upload-restriction/.
WordPress codex/PHP
Get current IP address. Get total number of days in current months. Replace unwanted cgaracters Template DIR function. Get current slug Widget text auto P Get post / page content ( mysql ) Convert to lowercase Execute Shortcodes Inside Custom Fields Using do_shortcode() Where ‘meta_key’ is the meta key name of your custom fields. WordPress…
Plugins WordPress codex
How to get plugin URL? Refferences : https://codex.wordpress.org/Function_Reference/plugin_dir_url
Buddypress codex
How to add an `Add Friend` button in a custom templates? Copy the codes below. How to get the total friends count? Read more here https://buddypress.wp-a2z.org/oik_api/friends_get_total_friend_count/. How to get the total friend requests count? Read more articles below. bp_friend_total_requests_count – https://buddypress.wp-a2z.org/oik_api/bp_friend_total_requests_count/ bp_friend_get_total_requests_count – https://buddypress.wp-a2z.org/oik_api/bp_friend_get_total_requests_count/ How to remove `Add Friend` button in Buddypress pages. Active menu…
