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
August 2024
Aug 25 Sun · 18:58
Forums med
Posted a reply to My plugin cant load images in media libary, on the site WordPress.org Forums:
I deactivated all the plugins and it's still not working.
Aug 25 Sun · 16:47
Forums med
Posted a reply to My plugin cant load images in media libary, on the site WordPress.org Forums:
Just deleted the folder via terminal and i clicked on the button: https://ibb.co/bFXkxnW
Aug 25 Sun · 16:41
Forums med
Posted a reply to My plugin cant load images in media libary, on the site WordPress.org Forums:
I just made it kind of work... I go to my home page of the…
Aug 25 Sun · 16:32
Forums med
Posted a reply to My plugin cant load images in media libary, on the site WordPress.org Forums:
Well, it looks like it wasn't 'some unimportant code'. I added you knew button next…
Aug 25 Sun · 13:30
Forums med
Posted a reply to My plugin cant load images in media libary, on the site WordPress.org Forums:
I tried to replace wp_enqueue_media() and it stopped my site from working. Something about fatal…
Aug 25 Sun · 13:09
Forums med
Posted a reply to My plugin cant load images in media libary, on the site WordPress.org Forums:
function load_media_files() {    wp_enqueue_media();}add_action( 'admin_enqueue_scripts', 'load_media_files' );function cep_create_menu() {    add_menu_page('Create Collection', 'Create Collection',…
Aug 25 Sun · 10:05
Forums med
Created a topic, My plugin cant load images in media libary, on the site WordPress.org Forums:
Hey,I am making a simple plugin using https://zzzcode.…
Aug 25 Sun · 09:43
Forums med
Posted a reply to Help me open media library with my plugin., on the site WordPress.org Forums:
I used diffrent Ai tool and it kinda works. It opens media library, but there…
Aug 25 Sun · 09:13
Forums med
Posted a reply to Help me open media library with my plugin., on the site WordPress.org Forums:
I know AI isn't really that great at coding, but I thought it was gonna…
Aug 24 Sat · 18:27
Forums med
Created a topic, Help me open media library with my plugin., on the site WordPress.org Forums:
Hey,I have almost no knowlage of javascript or php, bu…