Change number of popular ads - child theme
Hi, I create CP child theme and i have little problem.
I want to change the number of popular ads in widgets.
In parent theme I change this in includes/theme-widgets.php:
PHP Code:
cp_todays_overall_count_widget(APP_POST_TYPE, 10);
PHP Code:
cp_todays_count_widget(APP_POST_TYPE, 10);
But if I can do this in child theme?
Is it possible to replace function without action hooks?
This is my first post on the forum, so I want to greet all users
p.s. Sorry for my English, it's not my mother tongue.