mwform_csv_button_

mwform_csv_button_

Hook Type: filter

See hook in core

Displaying hooks found in version: mw-wp-form.5.1.0

apply_filters('mwform_csv_button_') is found 1 times:

  • /classes/controllers/class.contact-data-list.php line 106
    	/**
    	 * Render csv download button.
    	 */
    	public function _add_csv_download_button() {
    		if ( true !== apply_filters( 'mwform_csv_button_' . $this->post_type, true ) ) {
    			return;
    		}
    		$page = ( basename( $_SERVER['PHP_SELF'] ) );
    		if ( 'edit.php' !== $page ) {
    			return;
    		}