Advertisement
xpeed

section

Apr 1st, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1.   $sections = fw_get_db_post_option(get_the_ID(), 'page_sections');
  2.     $picked_value = $sections[$sections['xs_page_section']];
  3.     fw_print($picked_value['hide_title_from_menu']);
  4.  
  5.     $sections = fw_get_db_post_option(get_the_ID(), 'page_sections');
  6.     fw_print($sections['on']['hide_title_from_menu']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement