WP File Download Developer Documentation
This documentation will help experienced developers to plug any other service with our plugin. Here are all actions and filters for this plugin, if you need some more, feel free to ask by using this for dedicated forum. Thanks for using our plugin!
wpdf_admin_notices
Action to write import notice
Parameters :
none
Return :
void
In files :
app/admin/views/wpfd/tpl/ui-default.php line 134
app/admin/views/iconsbuilder/tpl/default.php line 40
app/admin/views/config/tpl/ui-default.php line 38
wpfd_addon_update_version_description
Action update version and description after copy
Parameters :
string Version
string Description
string Category from
string Category TermId
Return :
void
In files :
app/admin/controllers/files.php line 539
app/admin/controllers/files.php line 633
app/admin/controllers/files.php line 1867
app/admin/controllers/files.php line 666
app/admin/controllers/files.php line 978
app/admin/controllers/files.php line 1485
app/admin/controllers/files.php line 2281
app/admin/controllers/files.php line 2773
app/admin/controllers/files.php line 731
app/admin/controllers/files.php line 1945
app/admin/controllers/files.php line 790
app/admin/controllers/files.php line 917
app/admin/controllers/files.php line 1244
app/admin/controllers/files.php line 2006
app/admin/controllers/files.php line 2148
app/admin/controllers/files.php line 2485
app/admin/controllers/files.php line 854
app/admin/controllers/files.php line 1365
app/admin/controllers/files.php line 2075
app/admin/controllers/files.php line 1037
app/admin/controllers/files.php line 1147
app/admin/controllers/files.php line 2209
app/admin/controllers/files.php line 2625
app/admin/controllers/files.php line 1113
app/admin/controllers/files.php line 2367
app/admin/controllers/files.php line 1180
app/admin/controllers/files.php line 1544
app/admin/controllers/files.php line 2699
app/admin/controllers/files.php line 2831
app/admin/controllers/files.php line 1308
app/admin/controllers/files.php line 1424
app/admin/controllers/files.php line 1619
app/admin/controllers/files.php line 1780
app/admin/controllers/files.php line 2414
app/admin/controllers/files.php line 2552
app/admin/controllers/files.php line 2919
wpfd_admin_after_file_title_field
Action thrown after title field
Parameters :
string Current file information
Return :
void
In files :
app/admin/forms/file.xml line 37
wpfd_after_bottom_file_save_settings
Action thrown after bottom file save settings button
Parameters :
string Current file information
Return :
void
In files :
app/admin/forms/file.xml line 212
wpfd_after_category_main_settings
Action fire after category main settings in right panel
Parameters :
integer Current category id
Return :
void
In files :
app/admin/views/category/tpl/default.php line 170
wpfd_after_create_new_category
Action after new category created
Parameters :
integer New category id
string Category created name
Return :
void
In files :
app/admin/controllers/category.php line 78
wpfd_after_fieldset_category_main_settings
Action fire after category main settings fieldset in right panel
Parameters :
integer Current category id
Return :
void
In files :
app/admin/views/category/tpl/default.php line 179
wpfd_after_file_main_settings
Action thrown after all file settings inputs have been echoed
Parameters :
string Current file information
Return :
void
In files :
app/admin/forms/file.xml line 192
wpfd_after_single_file_info
Action fire after file info in single file display
Parameters :
object File object
Return :
void
In files :
app/site/themes/templates/tpl-single.php line 65
wpfd_after_template_part
Action fire after a template part called
Parameters :
string Template name
string Template path dir
string Template path
array Template variables
Return :
void
In files :
app/functions.php line 647
wpfd_before_category_main_settings
Action fire before category main settings in right panel
Parameters :
integer Current category id
Return :
void
In files :
app/admin/views/category/tpl/default.php line 69
wpfd_before_fieldset_category_main_settings
Action fire before category main settings field set in right panel
Parameters :
integer Current category id
Return :
void
In files :
app/admin/views/category/tpl/default.php line 56
wpfd_before_index_remove
Action fire before an index remove
Parameters :
integer Post id
Return :
void
In files :
app/admin/models/fts.php line 914
wpfd_before_single_file_info
Action fire before file info in single file display
Parameters :
object File object
Return :
void
In files :
app/site/themes/templates/tpl-single.php line 49
wpfd_before_template_part
Action fire before a template part called
Parameters :
string Template name
string Template path dir
string Template path
array Template variables
Return :
void
In files :
app/functions.php line 635
wpfd_file_deleted
Action fire after a file deleted
Parameters :
array Deleted file info
WP_Term Category the file was deleted from
array Additional information
Return :
void
In files :
app/admin/controllers/file.php line 474
app/admin/controllers/file.php line 536
wpfd_file_download
Action fire right before a file download.
Do not echo anything here or file download will corrupt
Parameters :
object File id
array Source
Return :
void
In files :
app/site/controllers/file.php line 231
app/site/controllers/file.php line 312
app/site/controllers/file.php line 355
app/site/controllers/file.php line 396
app/site/controllers/file.php line 455
wpfd_file_indexed
Action fire after file indexed
Parameters :
integer Inserted post id
array Post content to index
Return :
void
In files :
app/admin/models/fts.php line 1016
wpfd_file_uploaded
Action fire after file uploaded
Parameters :
integer|WP_Error The file ID on success. The value 0 or WP_Error on failure.
array Additional information
Return :
void
In files :
app/admin/models/files.php line 619
wpfd_save_category
Action fire after save category parameters
Parameters :
integer Term id
array Category params
Return :
void
In files :
app/admin/controllers/category.php line 155
wpfd_save_category_settings_button
Action fire before category save button in right panel
Parameters :
integer Current category id
Return :
void
In files :
app/admin/views/category/tpl/default.php line 299
wpfd_save_file_params
After file data was saved to database
Parameters :
array File data array
Return :
void
In files :
app/admin/models/file.php line 160
wpfd_update_category_name
Update category name
Parameters :
integer Term id to change name
string New category name
Return :
void
In files :
app/admin/controllers/category.php line 114
wpfd_{$themeName}_after_template_hooks
Action fire after template hooked
Parameters :
none
Return :
void
In files :
app/site/themes/wpfd-tree/theme.php line 83
app/site/themes/wpfd-ggd/theme.php line 115
app/site/themes/templates/wpfd-theme.class.php line 457
wpfd_{$themeName}_after_theme_content
Action print after theme content
Parameters :
object Current theme instance
array Category config
Return :
void
In files :
app/site/themes/wpfd-default/tpl.php line 240
app/site/themes/wpfd-ggd/tpl.php line 212
app/site/themes/wpfd-table/tpl.php line 236
app/site/themes/templates/tpl-default.php line 218
wpfd_{$themeName}_before_files_loop
Action fire before files loop
Parameters :
object Current theme params
array Category config
Return :
void
In files :
app/site/themes/wpfd-default/tpl.php line 152
app/site/themes/wpfd-ggd/tpl.php line 172
app/site/themes/wpfd-table/tpl.php line 138
app/site/themes/templates/tpl-default.php line 138
wpfd_{$themeName}_before_files_loop_handlebars
Action fire before files loop in handlebars template
Parameters :
array Current theme params
array Category config
Return :
void
In files :
app/site/themes/wpfd-default/tpl.php line 31
app/site/themes/wpfd-ggd/tpl.php line 95
app/site/themes/wpfd-table/tpl.php line 31
app/site/themes/templates/tpl-default.php line 29
wpfd_{$themeName}_before_template_hooks
Action fire before templates hooked
Parameters :
none
Return :
void
In files :
app/site/themes/templates/wpfd-theme.class.php line 367
wpfd_{$themeName}_before_theme_content
Action print before theme content
Parameters :
object Current theme params
Return :
void
In files :
app/site/themes/wpfd-tree/tpl.php line 138
app/site/themes/wpfd-tree/tpl.php line 189
app/site/themes/wpfd-default/tpl.php line 116
app/site/themes/wpfd-ggd/tpl.php line 136
app/site/themes/wpfd-table/tpl.php line 102
app/site/themes/templates/tpl-default.php line 106
wpfd_{$themeName}_buttons
Action to show buttons
Parameters :
object Current file object
array Global config
array Category config
Return :
void
In files :
app/site/themes/wpfd-default/tpl.php line 217
app/site/themes/wpfd-table/tpl.php line 212
app/site/themes/templates/tpl-default.php line 197
wpfd_{$themeName}_buttons_handlebars
Action print buttons in handlebars template
Parameters :
array $config Main config
array $params Category config
Return :
void
In files :
app/site/themes/wpfd-tree/tpl.php line 73
app/site/themes/wpfd-default/tpl.php line 95
app/site/themes/wpfd-ggd/tpl.php line 71
app/site/themes/wpfd-table/tpl.php line 78
app/site/themes/templates/tpl-default.php line 87
wpfd_{$themeName}_columns
Action to show columns
Parameters :
array Main config
array Category config
Return :
void
In files :
app/site/themes/wpfd-table/tpl.php line 163
wpfd_{$themeName}_file_block
Action to show file block
Parameters :
object Current file object
array Global config
array Category config
Return :
void
In files :
app/site/themes/wpfd-ggd/tpl.php line 192
wpfd_{$themeName}_file_block_handlebars
Action to show file block in handlebars template
Parameters :
array Main config
array Category config
Return :
void
In files :
app/site/themes/wpfd-ggd/tpl.php line 117
wpfd_{$themeName}_file_content
Action to show file content
Parameters :
object Current file object
array Global config
array Category config
Return :
void
In files :
app/site/themes/wpfd-default/tpl.php line 176
app/site/themes/templates/tpl-default.php line 160
wpfd_{$themeName}_file_content_handlebars
Action print file content in handlebars template
Parameters :
array $config Main config
array $params Category config
Return :
void
In files :
app/site/themes/wpfd-tree/tpl.php line 33
app/site/themes/wpfd-default/tpl.php line 55
app/site/themes/wpfd-ggd/tpl.php line 32
app/site/themes/templates/tpl-default.php line 51
wpfd_{$themeName}_file_info
Action to show file info
Parameters :
object Current file object
array Category config
Return :
void
In files :
app/site/themes/wpfd-default/tpl.php line 197
app/site/themes/wpfd-table/tpl.php line 192
app/site/themes/templates/tpl-default.php line 179
wpfd_{$themeName}_file_info_handlebars
Action to show file info in handlebars template
Parameters :
array Global config
array Category config
Return :
void
In files :
app/site/themes/wpfd-tree/tpl.php line 55
app/site/themes/wpfd-default/tpl.php line 76
app/site/themes/wpfd-ggd/tpl.php line 53
app/site/themes/wpfd-table/tpl.php line 58
app/site/themes/templates/tpl-default.php line 70
wpfd_{$themeName}_folder_tree
Action print folder tree
Parameters :
object Current theme params
array Category config
Return :
void
In files :
app/site/themes/wpfd-default/tpl.php line 132
app/site/themes/wpfd-ggd/tpl.php line 152
app/site/themes/wpfd-table/tpl.php line 118
app/site/themes/templates/tpl-default.php line 121
wpfd_
Additional classes for table
Parameters :
array
Return :
void
In files :
app/site/themes/wpfd-table/theme.php line 126
wpfd_before_save_category
Filter for category parameters before save to database
Parameters :
array Category params
integer Term id
Return :
array
In files :
app/admin/controllers/category.php line 145
wpfd_before_save_file_metadata
Filter allow modify file meta data before save to database
Parameters :
array File meta data array
Return :
array
In files :
app/admin/models/file.php line 151
wpfd_before_save_file_params
Filter allow modify file data before save to database
Parameters :
array File data array
Return :
array
In files :
app/admin/models/file.php line 101
wpfd_before_update_category_name
Filter update category name
Parameters :
string New category name
integer Term id to change name
Return :
string|boolean
In files :
app/admin/controllers/category.php line 106
wpfd_before_upload_file
Filter before upload file
Parameters :
array File data
integer Current user id
Return :
array
In files :
app/admin/models/files.php line 572
wpfd_categories_order
Filters allow to change ordering direction of categories
Parameters :
string
Return :
string
In files :
app/site/models/categoriesfront.php line 44
app/site/models/categoriesfront.php line 236
app/site/models/categoriesfront.php line 287
app/site/controllers/categories.php line 70
wpfd_categories_orderby
Filters allow to change order column of categories
Parameters :
string
Return :
string
In files :
app/site/models/categoriesfront.php line 55
app/site/models/categoriesfront.php line 247
app/site/models/categoriesfront.php line 298
app/site/controllers/categories.php line 79
wpfd_clean_interval
Filter to change clean junks time, this will override WPFD_CLEAN_INTERVAL constance
Parameters :
$interval Time in second
Return :
void
In files :
app/functions.php line 1251
wpfd_default_category_params
Filters allow setup default params for new category
Parameters :
array Default values: order, orderby, roles, private
Return :
array
In files :
app/site/models/categoryfront.php line 67
app/site/models/categoriesfront.php line 413
app/admin/models/category.php line 469
wpfd_default_category_visibility
Filters allow setup default visibility
Parameters :
array Default values: roles, private
Return :
array
In files :
app/functions.php line 1869
wpfd_file_info
Filter file info in front
Parameters :
object File object
Return :
object
In files :
app/site/models/filefront.php line 270
app/site/models/filefront.php line 343
wpfd_file_params
Filter to update data before load to fields
Parameters :
array Data load to fields
Return :
array
In files :
app/admin/views/file/view.php line 102
wpfd_file_title
Filter to change file title
Parameters :
string File title
integer File id
Return :
string
In files :
app/site/models/filesfront.php line 192
app/site/models/filesfront.php line 286
app/site/models/filefront.php line 109
app/site/models/filefront.php line 310
app/site/models/filefront.php line 223
wpfd_generate_preview_queue_interval
Filter to change generate preview interval, this will override WPFD_GENERATE_PREVIEW_QUEUE_INTERVAL constance
Parameters :
$interval Time in second
Return :
void
In files :
app/functions.php line 1822
wpfd_get_support_cloud
Filter return supported cloud platform
Require to detect where categories/files from
Parameters :
array Cloud platform list
Return :
array
In files :
app/functions.php line 769
wpfd_get_template
Allow 3rd party plugin filter
Parameters :
string Template path
string Template name
array Template variables
string Template path dir
string Default path dir
Return :
string
In files :
app/functions.php line 625
wpfd_index_file
Filter to add file content on index
Parameters :
array Chunks
WP_Post Post object
Return :
void
In files :
app/admin/models/fts.php line 1000
wpfd_locate_template
Filter on return found template path
Parameters :
string Template path
string Template name
string Template path dir
Return :
void
In files :
app/functions.php line 587
wpfd_locate_theme
Filter on return found template path
Parameters :
string Template path
string Template name
string Template path dir
Return :
void
In files :
app/functions.php line 712
wpfd_not_authorized_redirect_url
Filter to redirect user when they not authorized to download current file
Parameters :
string
Return :
void
In files :
app/site/controllers/file.php line 185
wpfd_preview_service_url
Filter to change preview service url
Parameters :
string Preview url with %s placeholder for url
Return :
string
In files :
app/site/helpers/WpfdHelperFile.php line 84
wpfd_preview_url
Filter to change preview url
Parameters :
string Output url
string Preview url with %s placeholder for file encoded url
string Ajax Url to preview file
Return :
string
In files :
app/site/helpers/WpfdHelperFile.php line 95
wpfd_previews_path
Filter to change file preview path
Parameters :
$path
Return :
void
In files :
app/admin/models/generatepreview.php line 735
wpfd_search_results
Filters for search results
Parameters :
array Files results
array Search filters
Return :
array
In files :
app/site/models/search.php line 350
wpfd_search_results_file_title_length
Allow to change file length on search results
Parameters :
integer
Return :
void
In files :
app/site/models/search.php line 510
wpfd_search_tags_relation
Filter allow to change relation of tags
Parameters :
string
Return :
void
In files :
app/site/models/search.php line 106
wpfd_selected_file
Filter of file selected to download
Parameters :
array
Return :
void
In files :
app/site/controllers/files.php line 176
wpfd_selected_files
Filter for files selected to download
Parameters :
array
Return :
void
In files :
app/site/controllers/files.php line 55
wpfd_statistics_filter_by
Statistics filter by
Parameters :
array
Return :
void
In files :
app/admin/views/statistics/tpl/filters.php line 44
wpfd_statistics_filter_by_placeholders
Statistics filter by placeholders
Parameters :
array
Return :
void
In files :
app/admin/views/statistics/tpl/filters.php line 51
wpfd_statistics_get_selection_arguments
Statistics get selection value arguments
Parameters :
array
string
string
Return :
void
In files :
app/admin/models/statistics.php line 169
wpfd_statistics_get_selection_posts_clauses
Statistics get selection posts clauses
Parameters :
array
string
string
Return :
void
In files :
app/admin/models/statistics.php line 353
wpfd_statistics_get_selection_value
Statistics get selection value
Parameters :
array
string
Return :
void
In files :
app/admin/models/statistics.php line 96
wpfd_statistics_type
Change statistics type
Parameters :
string
string
string
Return :
void
In files :
app/admin/models/statistics.php line 362
wpfd_token_live_time
Filter to change token live time
Parameters :
int Token live time in seconds
Return :
int
In files :
app/site/models/tokens.php line 123
app/site/models/tokens.php line 170
app/functions.php line 1229
wpfd_user_can
Filter check capability of current user to manage file
Parameters :
boolean The current user has the given capability
string Action name
Return :
boolean
In files :
app/admin/classes/install-wizard/install-wizard.php line 54
app/functions.php line 804
app/functions.php line 821
app/functions.php line 865
app/functions.php line 885
app/functions.php line 905
app/functions.php line 925
jutranslation/jutranslation.php line 100
wpfd_user_can
Filter check capability of current user to edit permissions settings
Parameters :
boolean The current user has the given capability
string Action name
Return :
boolean
In files :
app/admin/classes/install-wizard/install-wizard.php line 54
app/functions.php line 804
app/functions.php line 821
app/functions.php line 865
app/functions.php line 885
app/functions.php line 905
app/functions.php line 925
jutranslation/jutranslation.php line 100
wpfd_you_dont_have_permission_redirect_url
Filter to redirect user when they don't have permission to download current file
Parameters :
string
Return :
void
In files :
app/site/controllers/file.php line 166
wpfd_{$themeName}_back_button_handlebars
Filter to change html and arguments of back button handlebars
Parameters :
array Template array
object Current theme object
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1548
wpfd_{$themeName}_category_item
Filter to change html and arguments of categories item
Parameters :
array Template array
object Current category object
object Current theme object
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1697
wpfd_{$themeName}_category_item_handlebars
Filter to change html and arguments of categories item handlebars
Parameters :
array Template array
object Current theme object
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1642
wpfd_{$themeName}_category_title
Filter to change html and arguments of category title
Parameters :
array Template array
object Current theme object
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1602
wpfd_{$themeName}_category_title_handlebars
Filter to change html and arguments of category title handlebars
Parameters :
array Template array
object Current theme object
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1569
wpfd_{$themeName}_category_tree
Filter to change html and arguments of category tree
Parameters :
array Template array
object Current theme object
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1738
wpfd_{$themeName}_column_created_header_html
Filter to change html header of created date column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 719
wpfd_{$themeName}_column_description_header_html
Filter to change html header of description column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 623
wpfd_{$themeName}_column_download_header_html
Filter to change html header of download column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 767
wpfd_{$themeName}_column_hits_header_html
Filter to change html header of hits column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 695
wpfd_{$themeName}_column_modified_header_html
Filter to change html header of modified date column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 743
wpfd_{$themeName}_column_size_header_html
Filter to change html header of size column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 671
wpfd_{$themeName}_column_title_header_html
Filter to change html header of title column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 599
wpfd_{$themeName}_column_version_header_html
Filter to change html header of version column
Parameters :
string Header html
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 647
wpfd_{$themeName}_content_wrapper
Filter to change content wrapper output
Parameters :
string Content wrapper
object Current theme object
Return :
string
In files :
app/site/themes/templates/wpfd-theme.class.php line 497
wpfd_{$themeName}_content_wrapper_input
Filters to print hidden input below content wrapper
Parameters :
string Input html
object Current theme object
Return :
string
In files :
app/site/themes/templates/wpfd-theme.class.php line 522
wpfd_{$themeName}_file_download_button_args
Filter to change html and arguments of download button
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1297
wpfd_{$themeName}_file_download_button_handlebars_args
Filter to change html and arguments of download button handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1244
wpfd_{$themeName}_file_info_created_args
Filter to change html and arguments of created
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 955
wpfd_{$themeName}_file_info_created_handlebars_args
Filter to change html and arguments of created handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 917
wpfd_{$themeName}_file_info_description_args
Filter to change html and arguments of description
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 652
wpfd_{$themeName}_file_info_description_handlebars_args
Filter to change html and arguments of description handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 612
wpfd_{$themeName}_file_info_hits_args
Filter to change html and arguments of hits
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 881
wpfd_{$themeName}_file_info_hits_handlebars_args
Filter to change html and arguments of hits handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 843
wpfd_{$themeName}_file_info_icon_hanlebars
Filter to change icon html for handlebars template
Parameters :
string Output html for handlebars template
array Main config
array Current category config
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 196
app/site/themes/templates/wpfd-theme.class.php line 1068
wpfd_{$themeName}_file_info_icon_html
Filter to change icon html
Parameters :
string Output html for handlebars template
object Current file object
array Main config
array Current category config
Return :
string
In files :
app/site/themes/wpfd-table/theme.php line 281
app/site/themes/templates/wpfd-theme.class.php line 1112
wpfd_{$themeName}_file_info_modified_args
Filter to change html and arguments of modified
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1029
wpfd_{$themeName}_file_info_modified_handlebars_args
Filter to change html and arguments of modified handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 991
wpfd_{$themeName}_file_info_size_args
Filter to change html and arguments of size
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 807
wpfd_{$themeName}_file_info_size_handlebars_args
Filter to change html and arguments of size handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 768
wpfd_{$themeName}_file_info_title_args
Filter to change html and arguments of title
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/wpfd-table/theme.php line 311
app/site/themes/templates/wpfd-theme.class.php line 1195
wpfd_{$themeName}_file_info_title_handlebars_args
Filter to change html and arguments of title handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/wpfd-table/theme.php line 224
app/site/themes/templates/wpfd-theme.class.php line 1152
wpfd_{$themeName}_file_info_version_args
Filter to change html and arguments of version
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 731
wpfd_{$themeName}_file_info_version_handlebars_args
Filter to change html and arguments of version handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 690
wpfd_{$themeName}_file_open_pdf_button_args
Filter to change html and arguments of open pdf button
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1434
wpfd_{$themeName}_file_open_pdf_button_handlebars_args
Filter to change html and arguments of open pdf button handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1346
wpfd_{$themeName}_file_preview_button_args
Filter to change html and arguments of preview button
Parameters :
array Template array
object Current file object
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1469
wpfd_{$themeName}_file_preview_button_handlebars_args
Filter to change html and arguments of preview button handlebars
Parameters :
array Template array
array Main config
array Current category config
Return :
array
In files :
app/site/themes/templates/wpfd-theme.class.php line 1378