There is many of plugin available for social login in wordpress, but the set-up for social login for client-id/secret keys is headache. Here is explained step by step for integrating…
Download Redux Framework files from below url Redux Framework or from GitHub – Download and paste it into your theme folder – Now paste below code in to functions.php file…
add_menu_page and add_submenu_page both return the page’s “hook suffix”, which can be used to identify the page with certain hooks. As such, you can use that suffix in combination with…
Add below function in your functions.php file for adding rest api support Here is the sample example that displays all posts of author. Now enter endpoint in postman
First Install WordPress REST API – OAuth 1.0a Server Plugin After installation, In admin dashboard go to Users > Application and add New App and add customer. Now you got client…