-
Notifications
You must be signed in to change notification settings - Fork 143
Classes
Shivanand Sharma edited this page Aug 21, 2015
·
2 revisions
file: /inc/class-media-meta.php:28
Gets attachment media file metadata. Each piece of meta will be escaped and formatted when
returned so that theme authors can properly utilize it within their themes.
Theme authors shouldn't access this class directly. Instead, utilize the hybrid_media_meta()
and hybrid_get_media_meta() functions.
@since 3.0.0
@access public
file: /inc/class-media-meta-factory.php:25
Singleton factory class that registers and instantiates Hybrid_Media_Meta classes. Use the
hybrid_media_factory() function to get the instance.
@since 3.0.0
@access public
@return void
file: /inc/class-media-grabber.php:42
Grabs media related to the post.
@since 1.6.0
@access public
@return void
file: /inc/class-layout.php:21
Creates new layout objects.
@since 3.0.0
@access public
###class Hybrid_Layout_Factory
file: /inc/class-layout-factory.php:22
Hybrid Layout Factory class. This is the backbone of the Layouts API. Theme authors should
utilize the appropriate functions for accessing the Hybrid_Layout_Factory
object.
@since 3.0.0
@access public
file: /inc/class-chat.php:23
Class for handling chat transcripts.
@since 3.0.0
@access public
@return void
file: /hybrid.php:48
The Hybrid class launches the framework. It's the organizational structure behind the
entire framework. This class should be loaded and initialized before anything else within
the theme is called to properly use the framework.
After parent themes call the Hybrid class, they should perform a theme setup function on
the after_setup_theme hook with a priority no later than 11. This allows the class to
load theme-supported features at the appropriate time, which is on the after_setup_theme
hook with a priority of 12.
Note that while it is possible to extend this class, it's not usually recommended unless
you absolutely know what you're doing and expect your sub-class to break on updates. This
class often gets modifications between versions.
@since 0.7.0
@access public
file: /ext/get-the-image.php:63
Class for getting images related to a post. Only use this class in your projects if you absolutely know
what you're doing and expect your code to break in future versions. Use the the get_the_image()
wrapper function instead. That's the reason it exists.
@since 1.0.0
@access private
file: /ext/cleaner-gallery.php:30
Cleaner Gallery class. This wraps everything up nicely.
@since 1.1.0
file: /ext/breadcrumb-trail.php:50
Creates a breadcrumbs menu for the site based on the current page that's being viewed by the user.
@since 0.6.0
@access public
file: /customize/setting-image-data.php:23
Saves image data in addition to the URL.
@since 3.0.0
@access public
file: /customize/setting-array-map.php:20
Handles an array of values by running the `sanitize_callback` through `array_map()`.
@since 3.0.0
@access public
file: /customize/control-select-multiple.php:21
Multiple select customize control class.
@since 3.0.0
@access public
file: /customize/control-select-group.php:21
Multiple select customize control class.
@since 3.0.0
@access public
file: /customize/control-radio-image.php:26
Radio image customize control.
@since 3.0.0
@access public
file: /customize/control-palette.php:25
Theme Layout customize control class.
@since 3.0.0
@access public
file: /customize/control-layout.php:21
Theme Layout customize control class.
@since 3.0.0
@access public
file: /customize/control-dropdown-terms.php:22
Dropdown terms customize control class.
@since 3.0.0
@access public
file /customize/control-checkbox-multiple.php:20
Multiple checkbox customize control class.
@since 3.0.0
@access public