Skip to content

It is a wrapper of the procedure for use of the Post Thumbnail

License

Notifications You must be signed in to change notification settings

p-o-t-s/WPsB_Post_Thumbnails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WPsB Post Thumbnails

It is a wrapper of the procedure for use of the Post Thumbnail

Usage

$WPsB_Post_Thumbnails = new WPsB_Post_Thumbnails( array(
  "options"        => array(
	'post'
  ),
  "add_image_size" => array(
	array(
	  "name"   => "your_image_size",
	  "width"  => 900,
	  "height" => 500,
	  "crop"   => true
	)
  )
) );
$WPsB_Post_Thumbnails->register();

["options"], See Function Reference/add theme support « WordPress Codex ["add_image_size"], See add_image_size() | Function | WordPress Developer Resources

Feature

  • Unit Test

License

GPLv2 or later

About

It is a wrapper of the procedure for use of the Post Thumbnail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages