* @package AnsPress * @subpackage Admin Views * @since 4.1.5 Fixed form name. */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } add_thickbox(); /** * Action hook triggered before loading addons page. * * @since 4.1.0 */ do_action( 'ap_before_addons_page' ); $form_name = ap_sanitize_unslash( 'ap_form_name', 'r' ); ?>