kanellos
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Hi,
Thanks for your support. If I try to add this code, I have this error:
Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function "yith_wcan_change_terms_limit" not found or invalid function name in wp-includes/class-wp-hook.php:308 Stack trace:...How can I fix?
Thanks
Solved:
There is an option to check: “Auto switch to browser language”
Forum: Plugins
In reply to: [Frontend File Manager Plugin] Limit file accessHi,
thanks for your support.
Solved.
I have to do this for every installation in different site?
Thanks
- This reply was modified 4 years ago by kanellos.
Forum: Plugins
In reply to: [Frontend File Manager Plugin] Limit file accessHi,
i.e. if I upload a photo, I can access to it thanks to this link:
https://www.depaconsulting.net/wp-content/uploads/user_uploads/randallalterio/kanellos.jpg
Is it normal?
Forum: Plugins
In reply to: [Frontend File Manager Plugin] Filter by authorSolved
// Add Author filter search in files library function file_add_author_dropdown() { $scr = get_current_screen(); if ( $scr->id !== 'edit-wpfm-files') return; $author = filter_input(INPUT_GET, 'author', FILTER_SANITIZE_STRING ); $selected = (int)$author > 0 ? $author : '-1'; $args = array( 'show_option_none' => 'All Authors', 'name' => 'author', 'selected' => $selected ); wp_dropdown_users( $args ); } add_action('restrict_manage_posts', 'file_add_author_dropdown');Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Limit search to single category.Hi,
thanks for the answer.
Have a nice day.
Randall
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Limit search to single category.Hi,
i have the same problem.
Any suggestion?
Thanks
Forum: Plugins
In reply to: [10Web Social Post Feed] Access token and page recognitionIt works!
Tnx a lot!
Have a nice day.
Viewing 8 replies - 1 through 8 (of 8 total)