This function allows for new admin menu items to display for your plugin
Used in:
admin.php
This function is run on the Add File page
Used in:
add.php
This function is run on while the file is being added to the database
Parameters:
fileId
Used in:
add.php
This function is run after a new file is added
Parameters:
fileId
Used in:
add.php
This function is run before the edit file form is finished being rendered
Parameters:
fileId
Used in:
edit.php
This function is run after the user saves and change to a file
Parameters:
fileId
Used in:
edit.php
This function is run after the user deletes a file (aka archive)
Used in:
delete.php
This function is run after the admin permanently deletes a file
Used in:
delete.php
This function is run before a user is logged in
Used in:
index.php
This function is run after a user is logged in
Used in:
index.php
This function is called after a failed login
Used in:
index.php
This function is run after the user session is cleared
Used in:
logout.php
This function is called after the user views a file
Used in:
view.php
This function is performed after a search has been initiated
Used in:
search.php
This function is run at the top of the add user form
Used in:
user.php
This function is run after the add user form is saved
Used in:
user.php
This function allows for setting of class settings
Used in:
Plugin_class.php
This function allows for getting of class settings
Used in:
Plugin_class.php
This function is run during the details view
Parameters:
$fileId (int)
Used in:
details.php
This function is run before the file list view
Parameters:
$fileList array()
Used in:
functions.php
This function is run after the file list view is drawn
Used in:
functions.php
This function is run before the edited file object is saved to the db
Used in:
edit.php