... function custom_function_hide_sidebar ( $is_active_sidebar, $index ) { if ( $index !== 'sidebar-1' ) { return $is_active_sidebar; } ...
確定! 回上一頁