{"id":13718139,"url":"https://github.com/theandersonn/wp-snippets","last_synced_at":"2026-03-04T19:32:31.823Z","repository":{"id":95197680,"uuid":"46094615","full_name":"theandersonn/wp-snippets","owner":"theandersonn","description":"Code Snippet Library for WordPress ","archived":false,"fork":false,"pushed_at":"2019-04-29T15:13:07.000Z","size":87,"stargazers_count":75,"open_issues_count":0,"forks_count":16,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-13T16:43:35.513Z","etag":null,"topics":["php","snippets","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theandersonn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-11-13T02:26:18.000Z","updated_at":"2025-02-15T00:01:59.000Z","dependencies_parsed_at":"2023-04-14T04:54:28.562Z","dependency_job_id":null,"html_url":"https://github.com/theandersonn/wp-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theandersonn/wp-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fwp-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fwp-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fwp-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fwp-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theandersonn","download_url":"https://codeload.github.com/theandersonn/wp-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fwp-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30090549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T18:31:08.343Z","status":"ssl_error","status_checked_at":"2026-03-04T18:31:07.708Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["php","snippets","wordpress"],"created_at":"2024-08-03T00:01:33.080Z","updated_at":"2026-03-04T19:32:31.787Z","avatar_url":"https://github.com/theandersonn.png","language":"PHP","funding_links":[],"categories":["Content Management Systems","CMS Platforms"],"sub_categories":[],"readme":"# WP Snippets\n\n\u003e Code Snippet Library for WordPress\n\n##### CSS\n- [wp native](https://github.com/theandersonn/wp-snippets/blob/master/css/wp-native.css)\n\n##### Dashboard\n- [change footer admin](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/change-footer-admin.php)\n- [change login label username](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/change-login-label-username.php)\n- [change post label](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/change-post-label.php)\n- [disable drag metabox dashboard](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/disable-drag-metabox-dashboard.php)\n- [hide item menu dashboard](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/hide-item-menu-dashboard.php)\n- [insert custom dashboard widgets](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/insert-custom-dashboard-widgets.php)\n- [insert custom toolbar link](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/insert-custom-toolbar-link.php)\n- [insert custom toolbar menu submenu](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/insert-custom-toolbar-menu-submenu.php)\n- [insert user id column](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/insert-user-id-column.php)\n- [remove dashboard widgets](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/remove-dashboard-widgets.php)\n- [remove post meta boxes](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/remove-post-meta-boxes.php)\n- [remove some menu items](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/remove-some-menu-items.php)\n- [restrict admin access](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/restrict-admin-access.php)\n- [send mail post pending](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/send-mail-post-pending.php)\n- [show admin message](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/show-admin-message.php)\n- [unregister default widgets](https://github.com/theandersonn/wp-snippets/blob/master/dashboard/unregister-default-widgets.php)\n\n##### Errors\n- [Turn off all error reporting](https://github.com/theandersonn/wp-snippets/blob/master/errors/turn-off-all-error-reporting.php)\n\n##### Navigation\n- [get description menu](https://github.com/theandersonn/wp-snippets/blob/master/navigation/get-description-menu.php)\n- [insert breadcrumbs](https://github.com/theandersonn/wp-snippets/blob/master/navigation/insert-breadcrumbs.php)\n- [insert breadcrumbs dimox](https://github.com/theandersonn/wp-snippets/blob/master/navigation/insert-dimox-breadcrumbs.php)\n\n\n##### Page\n- [insert tag pages](https://github.com/theandersonn/wp-snippets/blob/master/page/insert-tag-pages.php)\n- [navigation between pages](https://github.com/theandersonn/wp-snippets/blob/master/page/navigation-between-pages.php)\n\n##### Post\n- [after all post content](https://github.com/theandersonn/wp-snippets/blob/master/post/after-all-post-content.php)\n- [category count](https://github.com/theandersonn/wp-snippets/blob/master/post/category-count.php)\n- [change post label](https://github.com/theandersonn/wp-snippets/blob/master/post/change-post-label.php)\n- [count publish posts](https://github.com/theandersonn/wp-snippets/blob/master/post/count-publish-posts.php)\n- [count view posts](https://github.com/theandersonn/wp-snippets/blob/master/post/count-view-posts.php)\n- [custom excerpt length](https://github.com/theandersonn/wp-snippets/blob/master/post/custom-excerpt-length.php)\n- [custom post type](https://github.com/theandersonn/wp-snippets/blob/master/post/custom-post-type.php)\n- [custom post title length](https://github.com/theandersonn/wp-snippets/blob/master/post/custom-post-title-length.php)\n- [custom result search](https://github.com/theandersonn/wp-snippets/blob/master/post/custom-result-search.php)\n- [display last modified date](https://github.com/theandersonn/wp-snippets/blob/master/post/display-last-modified-date.php)\n- [disable comments fields](https://github.com/theandersonn/wp-snippets/blob/master/post/disable-comments-fields.php)\n- [embedded youtube responsive](https://github.com/theandersonn/wp-snippets/blob/master/post/embedded-youtube-responsive.js)\n- [insert disqus](https://github.com/theandersonn/wp-snippets/blob/master/post/insert-insert-disqus.php)\n- [insert more buttons editor](https://github.com/theandersonn/wp-snippets/blob/master/post/insert-more-buttons-editor.php)\n- [pagination](https://github.com/theandersonn/wp-snippets/blob/master/post/insert-pagination.php)\n- [rename post formats](https://github.com/theandersonn/wp-snippets/blob/master/post/rename-post-formats.php)\n- [view popular posts](https://github.com/theandersonn/wp-snippets/blob/master/post/view-popular-posts.php)\n- [shortcode](https://github.com/theandersonn/wp-snippets/blob/master/post/shortcode.php)\n\n##### Robots.txt\n- [robots.txt](https://github.com/theandersonn/wp-snippets/blob/master/robots/robots.md)\n\n##### Theme Suport\n- [activate maintenace mode](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/activate-maintenace-mode.php)\n- [adjust image sizes attr](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/adjust-image-sizes-attr.php)\n- [change default error messages](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/change-default-error-messages.php)\n- [deregister jquery](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/deregister-jquery.php)\n- [disable srcset](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/disable-srcset.php)\n- [get theme information](https://github.com/theandersonn/wp-snippets/blob/master/get-theme-information.php)\n- [hide usernames from comment class](https://github.com/theandersonn/wp-snippets/blob/master/hide-usernames-from-comment-class.php)\n- [random error messages](https://github.com/theandersonn/wp-snippets/blob/master/random-error-messages.php)\n- [register sidebar](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/register-sidebar.php)\n- [remove default image thumbnails](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/remove-default-image-thumbnails.php)\n- [remove image size attributes](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/remove-image-size-attributes.php)\n- [remove junk header](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/remove-junk-header.php)\n- [remove max srcset image width](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/remove-max-srcset-image-width.php)\n- [remove recent comment style](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/remove-recent-comment-style.php)\n- [remove theme suport](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/remove-theme-suport.php)\n- [remove ver css js](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/remove-ver-css-js.php)\n- [user check disables features](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/user-check-disables-features.php)\n- [stop loading acf js and css all pages](https://github.com/theandersonn/wp-snippets/blob/master/theme-suport/stop-loading-acf-js-css-all-pages.php)\n\n##### Tips\n- [maintenace mode with splash](https://github.com/theandersonn/wp-snippets/blob/master/tips/splash/)\n\n##### WP-config\n- [wp config](https://github.com/theandersonn/wp-snippets/tree/master/wp-config)\n\n##### .htaccess\n- [.htaccess](https://github.com/theandersonn/wp-snippets/blob/master/htaccess/.htaccess)\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Questions and Suggestions\nIf you have any questions or suggestions , open an [issue](https://github.com/theandersonn/wp-snippets/issues/new) and send your feedback.\n\n## License\n\n[MIT](https://github.com/theandersonn/wp-snippets/blob/master/LICENSE-MIT.md) © [Anderson Nascimento](https://github.com/theandersonn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheandersonn%2Fwp-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheandersonn%2Fwp-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheandersonn%2Fwp-snippets/lists"}