options->general->highlightBrokenLinks ) { return; } add_action( 'wp_enqueue_scripts', [ $this, 'enqueueScript' ] ); } /** * Enqueues the script. * * @since 1.2.0 * * @return void */ public function enqueueScript() { $scriptHandle = 'src/vue/standalone/highlighter/main.js'; aioseoBrokenLinkChecker()->core->assets->load( $scriptHandle, [], aioseoBrokenLinkChecker()->helpers->getVueData( 'highlighter' ) ); } }