Resource icon

Tutorials Secret PING index speed with wordpress

1. Add this code to file functions.php
PHP:
add_action('init','random_add_rewrite');
function random_add_rewrite() {
global $wp;
$wp->add_query_var('random');
add_rewrite_rule('random/?$', 'index.php?random=1', 'top')...
You do not have permission to view the full content of this resource. Log in or register now.
Author
theme5s
Views
3480
First release
Last update
Rating
4.20 star(s) 4 ratings

More resources from theme5s

AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock    No Thanks