How to properly strip all HTML tags including script and style
If its necessary to clean all HTML tags and JS scripts from any content next PHP function will do the job
If its necessary to clean all HTML tags and JS scripts from any content next PHP function will do the job
global $wpdb; $wp_tables = $wpdb->tables(); Returns an array of WordPress tables.
If its necessary to stop execution of PHP process in WordPress and show to the user any message with the reason of it, next function will do it:
1 | function wp_die($message = '', $title = '', $args = array()) |
Apache .htaccess script for access restrictions
Dont you ever thing that you can clean WordPress trash basket automatically?
If its necessary get GEO-IP data using maxmind service – next function will do the job
Changing post slugs in WordPress without troubles
Creating of interface for assigning term_group in any WordPress taxonomy term
Sometimes there are cases when its necessary to get taxonomies links of post ranked in the hierarchy. WordPress has the function to get posts custom taxonomies links