Divi Machine Developer Hooks

What Do Hooks Do?

WordPress hooks available within the Divi Machine plugin enable developers to customize and extend the functionality of their Divi-powered websites by tapping into specific points in the plugin's code execution.

Filters


dmach_archive_post_args

apply_filters( 'dmach_archive_post_args', $args )

Description:Filtwers the arguments within the post query

Parameters:

  • $args: (Array) Array of query arguments

More Support?

Please email us at [email protected] if you are unable to get our hooks working.


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.