loadData(); $this->loadCategories(); } private function loadData() { $this->aSavedData = (array) get_option( 'buttonizer_page_categories' ); } private function loadCategories() { // Get buttons $aCategories = $this->aSavedData; echo '
' ; // Not removable button row echo '
All pages Delete
When a button is set on \'All pages\', the button will shown on all pages.

You cannot edit the \'All pages\' item.
' ; echo '
You are missing the fun! When upgrading to Buttonizer Pro you will unlock page categories.
' ; echo '
' ; echo '' ; } private function loadIndividialCategoryRow( $iCategoryId, $categoryData ) { } }