'; echo 'div.field { padding: 0 1em 1em 0; }'; echo 'div.field span.label { display: inline-block; width: 20%; }'; echo 'div.field span.description { display: block; }'; echo 'div.buttons { padding-top: 1em; }'; echo ''; echo '
'; echo '

'; esc_html_e( 'Affiliates Formidable Forms Integration', 'affiliates-formidable' ); echo '

'; echo '
'; echo '
'; echo wp_kses( self::get_info(), array( 'p' => array(), 'a' => array( 'href' => array() ), 'ul' => array( 'style' => array() ), 'li' => array(), 'img' => array( 'src' => array(), 'style' => array(), 'width' => array(), 'height' => array() ), 'strong' => array(), 'em' => array() ) ); echo '
'; // .manage affiliates_footer(); } /** * Returns information on the integration. * * @return string */ private static function get_info() { return '

' . sprintf( __( 'You have the Affiliates integration by itthinx for Formidable Forms installed.', 'affiliates-formidable' ), esc_url( 'https://www.itthinx.com/' ) ) . '

' . '

' . sprintf( wp_kses( __( 'It integrates Affiliates, Affiliates Pro and Affiliates Enterprise with Formidable Forms.', 'affiliates-formidable' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( 'https://wordpress.org/plugins/affiliates/' ), esc_url( 'https://www.itthinx.com/shop/affiliates-pro/' ), esc_url( 'https://www.itthinx.com/shop/affiliates-enterprise/' ), esc_url( 'https://wordpress.org/plugins/formidable/' ) ) . '

' . '

' . esc_html__( 'This integration features:', 'affiliates-formidable' ) . '' . '

' . '' . '

' . esc_html__( 'Please refer to these documentation pages for more details:', 'affiliates-formidable' ) . '

' . '

'; } } Affiliates_Formidable_Admin::init();