Install next plugin: https://envato.com/market-plugin/ – this plugin helps customers receive updates to the premium Themes & Plugins purchased through Envato Market (ThemeForest & CodeCanyon). Do next steps: Install the plugin on your site Go to https://build.envato.com/create-token/?purchase:download=t&purchase:verify=t&purchase:list=t Enter token name there, any words you like, or set of random symbols Below entered token-key select any services you want, […]
Sometimes its necessary to create new user on WordPress site using PHP code. Below is code which will make this work
If its necessary to define is item with any key exists in the JavaScript object
To count how many attributes is in the JavaScript object we can use next code:
| var count = Object.keys(myObject).length; |
Creating URL using PHP associative array
Extracting all links from text content
Disabling the XML-RPC API on a WordPress site running 3.5 or above.
If you changed a post permalink and you want to let old one works fine, in your WordPress site .htaccess file add next line:
| redirect 301 /about http://example.com/about-me |
Where ‘/about’ is old relative URL and ‘http://example.com/about-me’ new URL