redmonkey73
Forum Replies Created
-
Forum: Plugins
In reply to: [ЮKassa для WooCommerce] Статус заказа после5 оплаты тестовой картой@ostulov Я не нашел в Woocommerce настройках плагина для обозначения статуса заданного для оплаченного заказа. Можете уточнить где находится данная настройка
Forum: Plugins
In reply to: [Notification - Custom Notifications and Alerts for WordPress] Fatal errorI update it today, I’ll see if the error repeats and let you know
Hi @kubitomakita !
Can you tell me how i can disable plugin at specific page ? i can test it and let you knowi find, where i wrong, i used wrong merge tag class, now its work perfect
Hi, thank you so much, great news, i will test dev version today, also we wait new version in repo!
I am also try make like this
<?phpfunction wporg_shortcodes_init() { function wporg_shortcode($atts = [], $content = null) { // do something to $content // always return return $content; } add_shortcode('wporg', 'wporg_shortcode'); } add_action('init', 'wporg_shortcodes_init');
in plugin, and in functions.php, but is not help me
Am use this shortcode in custom plugin
Hi @kubitomakita, thanks for answear!
My shortcod register like thatadd_shortcode('sb_show_following','sb_show_following'); function sb_show_following($atts) { echo 'test'; }
Forum: Plugins
In reply to: [Mobile Domain] Child Theme Supportup
this question actual for me tooForum: Plugins
In reply to: Can not uninstall AAMForum: Plugins
In reply to: [Stream] Database not updatingHi, i have problem like this, in debug.log i have msg
[01-Sep-2014 10:12:54 UTC] База данных WordPress возвратила ошибку Table 'dodopizza_info1.cp_2_stream' doesn't exist в ответ на запрос SELECT * FROM cp_2_stream, выполненный require_once('wp-admin/network/admin.php'), require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WP_Stream->verify_database_present, do_action('wp_stream_before_db_notices'), call_user_func_array, WP_Stream::install, WP_Stream_Install::get_instance, WP_Stream_Install->__construct, WP_Stream_Install::check, WP_Stream_Install::update, call_user_func, wp_stream_update_140
у меня та же проблема, удалось решить ?