helpers->isScreenBase( 'post' ) ) { return; } aioseo()->core->assets->load( 'src/vue/standalone/primary-term/main.js', [], aioseo()->helpers->getVueData( 'post' ) ); } /** * Returns the primary term for the given taxonomy name. * * @since 4.3.6 * * @param int $postId The post ID. * @param string $taxonomyName The taxonomy name. * @return \WP_Term|false The term or false. */ public function getPrimaryTerm( $postId, $taxonomyName ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable return false; } }