Profiles

Badges

POLYGLOTS
1 badge
Translation Contributor '15

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 2018
May 18 Fri · 08:23
Forums med
Posted a reply to Show images instead of categories in front end, on the site WordPress.org Forums:
There is more than one plugin to do this, this is one of them: https://wordpress.org/plugins/categories-images/…
May 18 Fri · 07:51
Forums med
Posted a reply to display custom field according to user role, on the site WordPress.org Forums:
You forgot to close parentheses on the first line <?php if( current_user_can( 'administrator' ) ){…
May 2017
May 20 Sat · 12:33
Forums med
Posted a reply to wp search-replace skipped tables, on the site WordPress.org Forums:
I don't actually know the cause, but this link may be helpful: https://kellenmace.com/wp-cli-search-replace-tables-skipped/
May 18 Thu · 22:19
Forums med
Posted a reply to need to edit wp_options, on the site WordPress.org Forums:
It seems that his array contains all options of the theme, so you will need…
May 18 Thu · 22:02
Forums med
Posted a reply to Get Taxonomy name from “registered_taxonomy” hook, on the site WordPress.org Forums:
Taxonomy name is a property of labels object; It should be like this: $catname =…
May 18 Thu · 21:40
Forums med
Posted a reply to need to edit wp_options, on the site WordPress.org Forums:
You can use get_option() to get the value of the option that you want to…
May 13 Sat · 14:35
Forums med
Posted a reply to Where are the posts in file manager?, on the site WordPress.org Forums:
https://codex.wordpress.org/Moving_WordPress
May 13 Sat · 01:55
Forums med
Posted a reply to Excluding a set of words from editor word count, on the site WordPress.org Forums:
The final code you can use in your plugin or theme: function myplugin_countStopWords(){ ?> <script>…
May 13 Sat · 01:42
Forums med
Posted a reply to Excluding a set of words from editor word count, on the site WordPress.org Forums:
in 'wp-admin/js/post.js' you cam take this part and change it in your plugin: /** *…
May 05 Fri · 19:31
Forums med
Posted a reply to redirect url, on the site WordPress.org Forums:
The first argument of wp_die() is either a string or WP_Error object; so wp_redirect will…