Description
Use this filter to override and assign a custom position to “Workflows” menu.
Usage
add_filter( 'ow_workflow_menu_position', 'custom_menu_position' );
Parameters
- none
Example
add_filter( 'ow_workflow_menu_position', 'custom_menu_position' );
function custom_menu_position() {
return "3.8"; // will place the "Workflows" menu between "Dashboard" and "Posts" menu.
}
Source Code
The filter is located in oasis-workflow-pro.php
Didn't find what you are looking for? Submit a Query
Custom Placeholder HandlerMake Revision Page hook
Custom Placeholder HandlerMake Revision Page hook