wp_get_original_image_url

wp_get_original_image_url

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_get_original_image_url') is found 1 times:

  • /wp-includes/post.php line 8355
    8351
    8352
    8353
    8354
    8355
    8356
    8357
    8358
    8359
    8360
    8361
         *
         * @param string $original_image_url URL to original image.
         * @param int    $attachment_id      Attachment ID.
         */
        return apply_filters( 'wp_get_original_image_url', $original_image_url, $attachment_id );
    }
     
    /**
     * Filters callback which sets the status of an untrashed post to its previous status.
     *
     * This can be used as a callback on the `wp_untrash_post_status` filter.