Where ‘filter_function_name’ is the function WordPress should call when the filter is run. Note that the filter function
must
return a value after it is finished processsing or the result will be empty.
filter_function_name
should be unique function name. It cannot match any other function name already declared.
User Contributed Notes
You must log in before being able to contribute a note or feedback.