/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Common
/
Views
/
admin
/
terms
/
Upload File
HOME
<?php /** * This is the output for the columns on the taxonomy screen. * * @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( $termId ); ?>"></div>