Guest User

Untitled

a guest
Sep 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. /*
  3. Plugin name: nginx Pretty Permalinks
  4. Description: Remove index.php from permalinks
  5. */
  6.  
  7. add_filter( 'got_rewrite', '__return_true', 999 );
Add Comment
Please, Sign In to add comment