Fastest way to get user ID in wordpress There are various ways to get user_ID in WP. But which one is the fastest ? I’ve compared 3 ways function get_uid_from_global() { global $current_user; return $current_user-&...
Getting current screen (page) without $_GET[‘page’]; $get_current_page = str_replace('_page_','',strstr( current_filter(), '_page_',false) ) ; // then you can do: <form method="post" action="<?php echo add_query_arg(arra...