| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/posts.tar |
columns.php 0000666 00000000637 15114611140 0006741 0 ustar 00 <?php
/**
* This is the output for the columns on the page/post editor.
*
* @since 4.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
?>
<div id="<?php echo esc_attr( $columnName ); ?>-<?php echo esc_attr( $postId ); ?>">
<?php require AIOSEO_DIR . '/app/Common/Views/parts/loader.php'; ?>
</div>