Ejemplo n.º 1
0
            //Use 'apm_manage_pages_custom_column' hook to add a column td :
            ApmCustomColumns::echo_custom_column_td('before_add_page', $node->wp_id, $node);
            ?>
			    
				<td>
					<a href="<?php 
            echo $where_is_page_link;
            ?>
" class="button-secondary action-go-page"><?php 
            _e('Where is it ?', ApmConfig::i18n_domain);
            ?>
</a>
				</td>
				
				<?php 
            //Use 'apm_manage_pages_custom_column' hook to add a column td :
            ApmCustomColumns::echo_custom_column_td('after_add_page', $node->wp_id, $node);
            ?>
			</tr>
		<?php 
        }
        ?>
		<?php 
        $cpt++;
        ?>
	<?php 
    }
    ?>

<?php 
}