Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
May 2019
May 16 Thu · 18:39
Forums med
Created a topic, не работает, on the site WordPress.org Forums:
Установил плагин, настроил по…
May 16 Thu · 18:07
Forums med
Created a topic, Не показывает ничего, on the site WordPress.org Forums:
Плагин не работает, установил…
March 2018
Mar 26 Mon · 12:45
Forums med
Posted a reply to Want to apply different custom single post page templates in a single site, on the site WordPress.org Forums:
You need something specify that this post belongs to one type and other to other…
Mar 24 Sat · 15:53
Forums med
Posted a reply to External AJAX request, on the site WordPress.org Forums:
1. you must determine ajax action something like this add_action( 'wp_ajax_'.'my_action', 'my_action' ); add_action( 'wp_ajax_nopriv_'.'my_action',…
Mar 24 Sat · 15:23
Forums med
Posted a reply to How to retrieve post status using rest API?, on the site WordPress.org Forums:
it seem wordpress doesn't support REST for status parameter. Might be you can add status…
Mar 24 Sat · 15:15
Forums med
Posted a reply to Where to locate plugin data files?, on the site WordPress.org Forums:
I sometimes use directory where plugin constants self. You can use too. In root folder…
Mar 24 Sat · 15:12
Forums med
Posted a reply to How to use namespaces with wp plugins, on the site WordPress.org Forums:
I do in class namespace nameOfNamespace and use the same classes for all next classes,…
Mar 09 Fri · 08:50
Forums med
Posted a reply to save_post hood fire when press button add new, on the site WordPress.org Forums:
I did this code: add_action('save_post', 'save_posta', 2, 10); function save_posta($post_id, $post, $update){ echo $post_id; if…
Mar 09 Fri · 08:44
Forums med
Created a topic, save_post hood fire when press button add new, on the site WordPress.org Forums:
Hi! I created hook 'save_post' and hang my function on…
January 2018
Jan 14 Sun · 10:30
Forums med
Posted a reply to How to use namespaces with wp plugins, on the site WordPress.org Forums:
I did it <?php /** Plugin Name: ks-highlight-js Description: Description Plugin URI: http://kselax.ru Author: Author…