Sets up Imagick for PDF processing.
WP_Hook::has_filter
Checks if a specific action has been registered for this hook.
WP_Hook::rewind
Rewinds the Iterator to the first element.
WP_Hook::has_filters
Checks if any callbacks have been registered for this hook.
Advertisement
WP_Hook::remove_all_filters
Removes all callbacks from the current filter.
WP_Hook::apply_filters
Calls the callback functions that have been added to a filter hook.
WP_Hook::do_action
Calls the callback functions that have been added to an action hook.
WP_Hook::do_all_hook
Processes the functions hooked into the ‘all’ hook.
Advertisement
WP_Hook::current_priority
Return the current priority level of the currently running iteration of the hook.
WP_Hook::build_preinitialized_hooks
Normalizes filters set up before WordPress has initialized to WP_Hook objects.
WP_Hook::offsetExists
Determines whether an offset value exists.
WP_Hook::offsetGet
Retrieves a value at a specified offset.
Advertisement
WP_Hook::offsetSet
Sets a value at a specified offset.
WP_Hook::offsetUnset
Unsets a specified offset.
WP_Hook::current
Returns the current element.