{"id":16192446,"url":"https://github.com/kirandash/addplugins","last_synced_at":"2026-05-01T19:34:56.971Z","repository":{"id":100516292,"uuid":"101547310","full_name":"kirandash/addplugins","owner":"kirandash","description":"WordPress plugins.","archived":false,"fork":false,"pushed_at":"2017-10-08T18:09:10.000Z","size":325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T15:12:02.435Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kirandash.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-27T11:16:21.000Z","updated_at":"2017-09-18T17:21:49.000Z","dependencies_parsed_at":"2023-05-15T16:00:10.548Z","dependency_job_id":null,"html_url":"https://github.com/kirandash/addplugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirandash/addplugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirandash%2Faddplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirandash%2Faddplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirandash%2Faddplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirandash%2Faddplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirandash","download_url":"https://codeload.github.com/kirandash/addplugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirandash%2Faddplugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wordpress-plugin"],"created_at":"2024-10-10T08:10:01.683Z","updated_at":"2026-05-01T19:34:56.950Z","avatar_url":"https://github.com/kirandash.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 1 Plugin Development Intro \u0026 Header Requirements\n\nTurn WP_DEBUG true\n\nCheck unique plugin name\n\nPlugin - file name should match the folder name. \n\n## Security Checkups\n\nA. Have index.php - to avoid access to other folders via url - so create a blank index.php page\n\n\nB. if( !defined( 'ABSPATH' ) ) : \n\tdie;\nendif;\n\nOR\n\ndefined( 'ABSPATH' ) or die( 'Hey! You can not see this file!' );\n\nOR\n\nif( ! function_exists( 'add_action' ) ) {\n\texit;\n}\n\n## WordPress Load Order\n\n1. Configuration file is loaded wp-config.php\n2. Functions and classes are loaded\n3. Plugins are loaded\n4. Process all codes \u0026 repeats\n5. Load Translations\n6. Load Theme\n7. Load Page content\n\n## jQuery Rating Plugin\nhttps://github.com/gjunge/rateit.js\n\n## AJAX in Plugins\nhttps://codex.wordpress.org/AJAX_in_Plugins","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirandash%2Faddplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirandash%2Faddplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirandash%2Faddplugins/lists"}