acf/internal_post_type_list/current_screen

acf/internal_post_type_list/current_screen

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.1

do_action('acf/internal_post_type_list/current_screen') is found 1 times:

  • /includes/admin/admin-internal-post-type-list.php line 177
    			if ( $this->view === 'sync' ) {
    				add_action( 'admin_footer', array( $this, 'admin_footer__sync' ), 1 );
    			}
    
    			do_action( 'acf/internal_post_type_list/current_screen', $this->post_type );
    		}
    
    		/**
    		 * Sets up the field groups ready for sync.
    		 *
    		 * @since   5.9.0