Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Prune_Logs::get_logs_settings_url()
Get the URL with the field to prune the logs
Return Return
(string) The URL
Source Source
File: src/core/admin/class-prune-logs.php
public function get_logs_settings_url() { return add_query_arg( array( 'post_type' => 'uo-recipe', 'page' => 'uncanny-automator-config', 'tab' => 'general', 'general' => 'logs' ), admin_url( 'edit.php' ) ); }
Expand full source code Collapse full source code View on Github