PHP Класс SIS_Admin_Main, Simple-image-sizes

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( )
add_template ( ) : boolean Include the javascript template
get_available_crop ( ) : array Get all the available cropping
get_crop_position_label ( string $crop_position ) : string Return the crop position label from the slug
is_crop_position ( string $crop_position ) : boolean Check if the crop is available
localize_vars ( ) : array Localize the var for javascript
register_assets ( ) Register all the assets for the admin
thumbnail_rebuild ( $att_id, $thumbnails = null ) : array Rebuild the given attribute with the given thumbnails
wp_generate_attachment_metadata_custom ( integer $attachment_id, string $file, $thumbnails = null ) : mixed Generate post thumbnail attachment meta data.

Описание методов

__construct() публичный Метод

public __construct ( )

add_template() публичный статический Метод

Include the javascript template
public static add_template ( ) : boolean
Результат boolean

get_available_crop() публичный статический Метод

Get all the available cropping
Автор: Nicolas Juen
public static get_available_crop ( ) : array
Результат array

get_crop_position_label() публичный статический Метод

Return the crop position label from the slug
Автор: Nicolas Juen
public static get_crop_position_label ( string $crop_position ) : string
$crop_position string
Результат string

is_crop_position() публичный статический Метод

Check if the crop is available
Автор: Nicolas Juen
public static is_crop_position ( string $crop_position ) : boolean
$crop_position string
Результат boolean

localize_vars() публичный статический Метод

Localize the var for javascript
Автор: Nicolas Juen
public static localize_vars ( ) : array
Результат array

register_assets() публичный статический Метод

Register all the assets for the admin
public static register_assets ( )

thumbnail_rebuild() публичный статический Метод

Rebuild the given attribute with the given thumbnails
Автор: Nicolas Juen
public static thumbnail_rebuild ( $att_id, $thumbnails = null ) : array
$att_id
$thumbnails
Результат array

wp_generate_attachment_metadata_custom() публичный статический Метод

Generate post thumbnail attachment meta data.
С версии: 2.1.0
public static wp_generate_attachment_metadata_custom ( integer $attachment_id, string $file, $thumbnails = null ) : mixed
$attachment_id integer Attachment Id to process.
$file string Filepath of the Attached image.
Результат mixed Metadata for attachment.