Advertisement
fauzanjeg

Disable Edit Post Button

Nov 4th, 2021
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. /* Disable Edit Post Button */
  2. function jnews_edit_post( $id, $position = 'left', $type = 'post' ) {
  3.     return false;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement