REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.52 KB
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/trx_utils/includes/support.attachment.php
Text
Base64
<?php /* * Support for the Attachment's media folders */ // Register custom taxonomy if (!function_exists('trx_utils_support_attachment_taxonomy')) { add_action( 'trx_utils_custom_taxonomy', 'trx_utils_support_attachment_taxonomy', 10, 2 ); function trx_utils_support_attachment_taxonomy($name, $args=false) { if ($name=='media_folder') { if ($args===false) { $args = array( 'post_type' => 'attachment', 'hierarchical' => true, 'labels' => array( 'name' => esc_html__('Media Folders', 'trx_utils'), 'singular_name' => esc_html__('Media Folder', 'trx_utils'), 'search_items' => esc_html__('Search Media Folders', 'trx_utils'), 'all_items' => esc_html__('All Media Folders', 'trx_utils'), 'parent_item' => esc_html__('Parent Media Folder', 'trx_utils'), 'parent_item_colon' => esc_html__('Parent Media Folder:', 'trx_utils'), 'edit_item' => esc_html__('Edit Media Folder', 'trx_utils'), 'update_item' => esc_html__('Update Media Folder', 'trx_utils'), 'add_new_item' => esc_html__('Add New Media Folder', 'trx_utils'), 'new_item_name' => esc_html__('New Media Folder Name', 'trx_utils'), 'menu_name' => esc_html__('Media Folders', 'trx_utils'), ), 'show_ui' => true, 'show_admin_column' => true, 'query_var' => true, 'rewrite' => array( 'slug' => 'media_folder' ) ); } register_taxonomy( $name, $args['post_type'], $args); } } } ?>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 15
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
core.reviews.php
9.21 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
core.socials.php
24.74 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin.debug.php
5.57 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin.files.php
20.03 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin.html.php
4.02 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
plugin.users.php
7.74 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.attachment.php
1.52 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.clients.php
3.65 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.courses.php
6.46 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.matches.php
6.77 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.menuitems.php
3.70 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.services.php
3.67 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.team.php
3.63 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
support.testimonials.php
3.59 KB
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
theme.shortcodes.php
791 B
lrw-r--r--
2025-04-30 03:15:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).