{"id":21931329,"url":"https://github.com/themeplate/customizer","last_synced_at":"2026-05-06T05:45:42.312Z","repository":{"id":65543297,"uuid":"594005720","full_name":"ThemePlate/Customizer","owner":"ThemePlate","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-02T15:49:57.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:34:05.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThemePlate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-27T11:23:20.000Z","updated_at":"2025-03-02T15:50:00.000Z","dependencies_parsed_at":"2023-02-15T15:16:56.906Z","dependency_job_id":null,"html_url":"https://github.com/ThemePlate/Customizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThemePlate%2FCustomizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThemePlate%2FCustomizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThemePlate%2FCustomizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThemePlate%2FCustomizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThemePlate","download_url":"https://codeload.github.com/ThemePlate/Customizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959454,"owners_count":20538628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-28T23:13:32.407Z","updated_at":"2026-05-06T05:45:42.220Z","avatar_url":"https://github.com/ThemePlate.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThemePlate Customizer\n\n## Usage\n\n```php\nuse ThemePlate\\Customizer\\CustomSection;\n\n( new CustomSection( 'My Section' ) )-\u003efields( $list )-\u003elocation( 'panel' )-\u003ecreate();\n```\n\n```php\nuse ThemePlate\\Customizer\\CustomSection;\n\nadd_action( 'customize_register', function( $customizer ) {\n\t$customizer-\u003eadd_panel( 'my-panel', array( 'title' =\u003e 'My Panel' ) );\n\n\t/** https://developer.wordpress.org/reference/classes/wp_customize_section/__construct/#parameters */\n\t$args = array(\n\t\t'panel'       =\u003e 'my-panel',\n\t\t'description' =\u003e 'This is an example.',\n\t);\n\n\t$section = new CustomSection( 'Another Section', $args );\n\n\t$section-\u003efields( $list )-\u003ehook( $customizer );\n} );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeplate%2Fcustomizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemeplate%2Fcustomizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeplate%2Fcustomizer/lists"}