Skip to content

Instantly share code, notes, and snippets.

View ahmadnaser's full-sized avatar

Ahmad Naser ahmadnaser

View GitHub Profile
@eri-trabiccolo
eri-trabiccolo / hide_fp_fpu.php
Last active August 29, 2015 14:17
Hide some featured pages in FPU
add_action('wp_head', 'change_fp_ids');
function change_fp_ids(){
add_filter('fpc_featured_pages_ids', 'my_fp_ids', 20);
function my_fp_ids( $fp_ids ){
$role_page = array(
// Role => Page/Post name
'administrator' => 'Blog',
'editor' => 'A',
);
// do nothing if in admin backend or in the customize