-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: user day * User Day Update. 1.If enabled, change template 2.Add value to Constants\Taxonomies.php 3.Add Taxonomy New Event Tag 4.CSS loading file change in header at check * Update page-user-day.php * For additional key visual settings * feat: img path * feat: not change template * feat: Modification of the speaker company section * feat: change the label * feat: session replay cta --------- Co-authored-by: UenoDaisuke <[email protected]>
- Loading branch information
1 parent
791a91c
commit ca07176
Showing
10 changed files
with
1,620 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
use PingCAP\Constants; | ||
|
||
$single_label = 'New Event Tag'; | ||
$plural_label = 'New Event Tag'; | ||
$slug = Constants\Taxonomies::USERDAY; | ||
|
||
register_taxonomy( | ||
$slug, | ||
[Constants\CPT::EVENT, 'page'], | ||
[ | ||
'hierarchical' => true, | ||
'public' => true, | ||
'show_ui' => true, | ||
'show_in_quick_edit' => true, | ||
'show_admin_column' => true, | ||
'show_in_nav_menus' => true, | ||
'show_in_rest' => true, | ||
'query_var' => true, | ||
"rest_controller_class" => "WP_REST_Terms_Controller", | ||
'labels' => [ | ||
'name' => $plural_label, | ||
'singular_name' => $single_label, | ||
'search_items' => 'Search ' . $plural_label, | ||
'all_items' => 'All ' . $plural_label, | ||
'parent_item' => 'Parent ' . $single_label, | ||
'parent_item_colon' => 'Parent ' . $single_label . ':', | ||
'edit_item' => 'Edit ' . $single_label, | ||
'update_item' => 'Update ' . $single_label, | ||
'add_new_item' => 'Add New ' . $single_label, | ||
'new_item_name' => 'New ' . $single_label . ' Name' | ||
] | ||
] | ||
); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.