Banner Opengraph

function render grid

wpgb_render_grid This function allows to render a grid by passing as argument its id. Argument Type Description $grid_id|$args integer|array Grid id | Grid arguments [pastacode lang=”php” manual=”%2F%2F%20Render%20grid%20id%201.%0Awpgb_render_grid(%201%20)%3B” message=”” highlight=”” provider=”manual”/] This function can also replace the main loop of the archive.php, index.php or search.php files. In this case you need to pass as argument an array to define the grid…

Banner Opengraph

Filter indexer query args

/indexer/query_args This filter is called before WP_Query, WP_Term_Query or WP_User_Query is ran from the indexer. It allows to modifies query arguments of the current facet to index. When a facet is indexed, the indexer retrieves at first all post/term/user IDs matching the facet. This filter allows to modify which object ids to retrieve. Argument Type Description $query_args…

Banner Opengraph

Filter facets

/facets This filter is called when fetching facets in the admin interface and on the frontend to display facets and query content. It allows to add your own facets with your own logic. Creating custom facets requires advanced knowledge in PHP and SQL languages Argument Type Description $facets array Holds registered facet arguments [pastacode lang=”php”…

Banner Opengraph

Requirements

Requirements Gridbuilder ᵂᴾ works with WordPress version 4.7 or greater Gridbuilder ᵂᴾ works with PHP 5.6+. For security and performance reasons we highly recommand to use PHP 7.x. To update your PHP version you should contact your web hosting provider. MySQL version 5.5 or greater or MariaDB version 10.0 or greater WP Memory limit of…