get_all_redirections() ); $option_name = Smartcrawl_Settings::TAB_SETTINGS . '_options'; $options = $_view['options']; $autolinking_enabled = Smartcrawl_Settings::get_setting( 'autolinks' ); $service = Smartcrawl_Service::get( Smartcrawl_Service::SERVICE_CHECKUP ); $is_member = $service->is_member(); $moz_connected = Smartcrawl_Settings::get_setting( 'access-id' ) && Smartcrawl_Settings::get_setting( 'secret-key' ); $footer_class = $is_member ? 'sui-box-footer' : 'sui-box-body'; // Because the mascot message needs to be inside box body $robots_file_exists = Smartcrawl_Controller_Robots::get()->file_exists(); $is_rootdir_install = Smartcrawl_Controller_Robots::get()->is_rootdir_install(); $robots_enabled = (boolean) Smartcrawl_Settings::get_setting( 'robots-txt' ) && ! $robots_file_exists && $is_rootdir_install; ?>

_render( 'mascot-message', array( 'key' => 'seo-checkup-upsell', 'dismissible' => false, 'image_name' => 'mascot-message-advanced-tools', 'message' => sprintf( '%s %s', esc_html__( 'Upgrade to Pro and automatically link your articles both internally and externally with automatic linking - a favourite among SEO pros.', 'wds' ), esc_html__( 'Try it for FREE today', 'wds' ) ), ) ); } ?>