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!
Action after WP Latest Posts saves settings to database.
Parameters :
integer widget ID
Return :
void
In files :
inc/wplp-widget.inc.php line 152
Add or modify the debug information.
Plugin or themes may wish to introduce their own debug information without creating additional admin pages
they can utilize this filter to introduce their own sections or add more data to existing sections.
Array keys for sections added by core are all prefixed with `wp-`, plugins and themes should use their own slug as
a prefix, both for consistency as well as avoiding key collisions. Note that the array keys are used as labels
for the copied data.
All strings are expected to be plain text except $description that can contain inline HTML tags (see below).
Parameters :
array $info Information
Return :
void
In files :
jufeedback/ju-check-debug-data.php line 1075
Post fields to display on each part of the layout
You can add / remove post fields on any layout part (top, right, bottom, left)
Parameters :
array Default items
string Box position
integer Widget ID
string Theme name
Return :
array
In files :
inc/wplp-front.inc.php line 176
inc/wplp-front.inc.php line 201
inc/wplp-front.inc.php line 230
inc/wplp-front.inc.php line 244
inc/wplp-front.inc.php line 385
inc/wplp-front.inc.php line 399
Filter post thumbnail link for front-end display
Parameters :
string Thumbnail url
integer Post ID
string Image size
Return :
string
In files :
inc/wplp-front.inc.php line 3140
Filter to modify get Posts result for some custom post type
Parameters :
array|object List of posts
array List argument
array Widget details
Return :
array
In files :
inc/wplp-front.inc.php line 956
Filter author name for front-end display.
Parameters :
string Author field
Return :
string
In files :
inc/wplp-front.inc.php line 3474
Filter category name for front-end display.
Parameters :
string Category name
Return :
string
In files :
inc/wplp-front.inc.php line 3446
Filter date for front-end display
Parameters :
string Date
Return :
string
In files :
inc/wplp-front.inc.php line 3500
Filter image displayed for front-end display
Parameters :
string Image
array Latest posts settings
Return :
string
In files :
inc/wplp-front.inc.php line 2753
inc/wplp-front.inc.php line 3246
Filter readmore link for front-end display.
Parameters :
string Readmore link
Return :
string
In files :
inc/wplp-front.inc.php line 3278
Filter main text for front-end display
Parameters :
string Post text
Return :
string
In files :
inc/wplp-front.inc.php line 2669
Filter title for front-end display
Parameters :
string Title
Return :
string
In files :
inc/wplp-front.inc.php line 2571
Filter list argument to get posts.
Parameters :
array List argument
array List settings
Return :
array
In files :
inc/wplp-front.inc.php line 675
inc/wplp-front.inc.php line 710
inc/wplp-front.inc.php line 744
inc/wplp-front.inc.php line 781
inc/wplp-front.inc.php line 842
inc/wplp-front.inc.php line 940