ad_code_args ) ) { // This is not actual data, but rather format: $this->ad_code_args = array( array( 'key' => 'name', 'label' => __( 'Name', 'ad-code-manager' ), 'editable' => true, 'required' => true, ), ); } /** * Configuration filter: acm_ad_code_args */ $this->ad_code_args = apply_filters( 'acm_ad_code_args', $this->ad_code_args ); // Could be filtered via acm_output_html filter // @see Ad_Code_Manager::action_acm_tag() if ( empty( $this->output_html ) ) { $this->output_html = ''; } } }