rest_pre_insert_{$this->taxonomy}

rest_pre_insert_{$this->taxonomy}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('rest_pre_insert_{$this->taxonomy}') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php line 859
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
         *
         * @param object          $prepared_term Term object.
         * @param WP_REST_Request $request       Request object.
         */
        return apply_filters( "rest_pre_insert_{$this->taxonomy}", $prepared_term, $request );
    }
     
    /**
     * Prepares a single term output for response.
     *
     * @since 4.7.0