WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: tp-education (Used by 70 domains)

TP Education

πŸ‘€ themepalace πŸ“¦ v4.6 πŸ”— Plugin Homepage

A plugin to add custom post type ( Events, Courses, Classes, Excursions, Team, Testimonial, Affiliation ) and it’s required meta fields for educational sites. This plugin is dedicated for educational themes.

Frontend Submission

TP Eduacation allows you to like post from frontend and view the no of likes for that particular post.

Customization and Flexibility

TP Education plugin is highly flexible and customizable. This Plugin provides hooks that makes very easy for you to customize the output format. You just need to update design with css.

Template Overwrite

* Create a folder named "tp-education" and do all the overwrites inside the folder as instructed below.
* Archive Pages
    - you can overwrite all archive pages for post types available in this plugin. ie: tp-archive-class.php
* Search Page
    - you can overwrite search page for post types available in this plugin by tp-archive-search.php
* Single Pages
- you can overwrite all single pages for post types available in this plugin. ie: tp-single-class.php

Shortcodes

= Defaults Atts :- =
* category = ”,
* no_of_posts = 2,
* post_ids = ”, ( should be seperated by β€˜,’. ie: 15, 27 )
* column = 2 ( max num value 4 )

Class shortcode:

[TP_EDUCATION_CLASS] OR [TP_EDUCATION_CLASS category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Event shortcode:

[TP_EDUCATION_EVENT] OR [TP_EDUCATION_EVENT category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Course shortcode:

[TP_EDUCATION_COURSE] OR [TP_EDUCATION_COURSE category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Team shortcode:

[TP_EDUCATION_TEAM] OR [TP_EDUCATION_TEAM category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Excursion shortcode:

[TP_EDUCATION_EXCURSION] OR [TP_EDUCATION_EXCURSION category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Affiliation shortcode:

[TP_EDUCATION_AFFILIATION] OR [TP_EDUCATION_AFFILIATION category="cat-slug" no_of_posts="2" post_ids="217, 115" column="2"]

Testimonial shortcode:

[TP_EDUCATION_TESTIMONIAL] OR [TP_EDUCATION_TESTIMONIAL no_of_posts="2" post_ids="217, 115" column="2"]

Search Tabs shortcode:

[TP_EDUCATION_SEARCH_TAB]

Functions to Call Meta Values

Check if the page loaded is TP Education territorial

is_tp_education();

Event Details

tp_event_date( $post_id = '' ); // Event Date
tp_event_start_time( $post_id = '' ); // Event Start Time
tp_event_end_time( $post_id = '' ); // Event End Time
tp_event_location( $post_id = '' ); // Event Location

Class Details

tp_class_cost( $post_id = '' ); // Class Cost
tp_class_period( $post_id = '' ); // Class Period
tp_class_size( $post_id = '' ); // Class Size
tp_class_age_group( $post_id = '' ); // Class Age Group

Excursion Details

tp_excursion_start_date( $post_id = '' ); // Excursion Start Date
tp_excursion_end_date( $post_id = '' ); // Excursion End Date
tp_excursion_location( $post_id = '' ); // Excursion Location

Team Details

tp_team_designation( $post_id = '' ); // Team Designation
tp_team_email( $post_id = '' ); // Team Email
tp_team_phone( $post_id = '' ); // Team Phone
tp_team_skype( $post_id = '' ); // Team Skype
tp_team_website( $post_id = '' ); // Team Website
tp_team_courses( $post_id = '' ); // Team Courses
tp_team_social( $post_id = '' ); // Team Social

Testimonial Details

tp_testimonial_rating( $post_id = '' ); // Testimonail Rating
tp_testimonial_designation( $post_id = '' ); // Testimonail Designation

Affiliation Details

tp_affiliation_link( $post_id = '' ); // Affiliation Link

Course Details

tp_course_type( $post_id = '' ); // Course Type
tp_course_duration( $post_id = '' ); // Course Duration
tp_course_price( $post_id = '' ); // Course Price
tp_course_students( $post_id = '' ); // Course no of Students
tp_course_language( $post_id = '' ); // Course Language
tp_course_assessment( $post_id = '' ); // Course assessment
tp_course_skills( $post_id = '' ); // Course skills
tp_course_professor( $post_id = '' ); // Course Professor
tp_course_counselors( $post_id = '' ); // Course Counselors

Get Terms with Link

tp_education_get_terms( $taxonomy = '', $post_id = '' ); // Get Terms with link

Post Like Button

tp_education_like_button( $post_id = '' ); // Like Button ( this function only returns output. )

Post Meta

tp_education_posted_on(); // Post Meta

Functions to Return Meta Values

Event Details

get_tp_event_date( $post_id = '' ); // Event Date
get_tp_event_start_time( $post_id = '' ); // Event Start Time
get_tp_event_end_time( $post_id = '' ); // Event End Time
get_tp_event_location( $post_id = '' ); // Event Location

Class Details

get_tp_class_cost( $post_id = '' ); // Class Cost
get_tp_class_period( $post_id = '' ); // Class Period
get_tp_class_size( $post_id = '' ); // Class Size
get_tp_class_age_group( $post_id = '' ); // Class Age Group

Excursion Details

get_tp_excursion_start_date( $post_id = '' ); // Excursion Start Date
get_tp_excursion_end_date( $post_id = '' ); // Excursion End Date
get_tp_excursion_location( $post_id = '' ); // Excursion Location

Team Details

get_tp_team_designation( $post_id = '' ); // Team Designation
get_tp_team_email( $post_id = '' ); // Team Email
get_tp_team_phone( $post_id = '' ); // Team Phone
get_tp_team_skype( $post_id = '' ); // Team Skype
get_tp_team_website( $post_id = '' ); // Team Website

Testimonial Details

get_tp_testimonial_designation( $post_id = '' ); // Testimonail Designation

Affiliation Details

get_tp_affiliation_link( $post_id = '' ); // Affiliation Link

Course Details

get_tp_course_type( $post_id = '' ); // Course Type
get_tp_course_duration( $post_id = '' ); // Course Duration
get_tp_course_price( $post_id = '' ); // Course Price
get_tp_course_students( $post_id = '' ); // Course no of Students
get_tp_course_language( $post_id = '' ); // Course Language
get_tp_course_assessment( $post_id = '' ); // Course assessment
get_tp_course_skills( $post_id = '' ); // Course skills

Hooks

Event Details

do_action( 'tp_event_date_action', $post_id = '' ); // Event Date
do_action( 'tp_event_start_time_action', $post_id = '' ); // Event Start Time
do_action( 'tp_event_end_time_action', $post_id = '' ); // Event End Time
do_action( 'tp_event_location_action', $post_id = '' ); // Event Location

Class Details

do_action( 'tp_class_cost_action', $post_id = '' ); // Class Cost
do_action( 'tp_class_period_action', $post_id = '' ); // Class Period
do_action( 'tp_class_size_action', $post_id = '' ); // Class Size
do_action( 'tp_class_age_group_action', $post_id = '' ); // Class Age Group

Excursion Details

do_action( 'tp_excursion_start_date_action', $post_id = '' ); // Excursion Start Date
do_action( 'tp_excursion_end_date_action', $post_id = '' ); // Excursion End Date
do_action( 'tp_excursion_location_action', $post_id = '' ); // Excursion Location

Team Details

do_action( 'tp_team_designation_action', $post_id = '' ); // Team Designation
do_action( 'tp_team_email_action', $post_id = '' ); // Team Email
do_action( 'tp_team_phone_action', $post_id = '' ); // Team Phone
do_action( 'tp_team_skype_action', $post_id = '' ); // Team Skype
do_action( 'tp_team_website_action', $post_id = '' ); // Team Website
do_action( 'tp_team_courses_action', $post_id = '' ); // Team Courses
do_action( 'tp_team_social_action', $post_id = '' ); // Team Social Links

Testimonial Details

do_action( 'tp_testimonial_rating_action', $post_id = '' ); // Testimonial Rating
do_action( 'tp_testimonial_designation_action', $post_id = '' ); // Testimonial Designation
do_action( 'tp_testimonial_social_action', $post_id = '' ); // Testimonial Social Links

Course Details

do_action( 'tp_course_type_action', $post_id = '' ); // Course Type
do_action( 'tp_course_duration_action', $post_id = '' ); // Course Duration
do_action( 'tp_course_price_action', $post_id = '' ); // Course Price
do_action( 'tp_course_students_action', $post_id = '' ); // Course no of Students
do_action( 'tp_course_language_action', $post_id = '' ); // Course Language
do_action( 'tp_course_assessment_action', $post_id = '' ); // Course Assessment
do_action( 'tp_course_skills_action', $post_id = '' ); // Course Skills
do_action( 'tp_course_professor_action', $post_id = '' ); // Course Professor
do_action( 'tp_course_counselors_action', $post_id = '' ); // Course Counselors

Affiliation Details

do_action( 'tp_affiliation_link_action', $post_id = '' ); // Affiliation Link

Meta Details

do_action( 'tp_education_posted_on_action' ); // Post Meta

Sidebar Condition Filter Hook

apply_filters( 'tp_education_is_sidebar_enable_filter', true );
add_filter( 'tp_education_is_sidebar_enable_filter', 'custom_function' ); // Use your custom sidebar enable condition function

Archive Pagination Action Hook

do_action( 'tp_education_pagination_action' );
add_action( 'tp_education_pagination_action', 'custom_function' ); //add your custom pagination function

Single Pagination Action Hook

do_action( 'tp_education_post_pagination_action' );
add_action( 'tp_education_post_pagination_action', 'custom_function' ); //add your custom post pagination function

Files

Font Awesome 4.2.0 by @davegandy License: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) Source: http://fontawesome.io jQuery UI - v1.12.0 License: https://jquery.org/license/ ( Copyright jQuery Foundation and other contributors; Licensed MIT ) Source: http://jqueryui.com jquery-timepicker v1.11.5 by Jon Thornton License: https://github.com/jonthornton/jquery-timepicker MIT License Β© 2014 source: http://jonthornton.github.com/jquery-timepicker/
DomainExposuresHeadersLast Checked
d*t*p*.com (WP 6.8.6) πŸ‘€ F 2026-07-25 18:21:06
d*i*t*r*a*i*n*l*t*d*e*.com (WP 6.5.8) βœ… F 2026-07-25 16:21:19
k*e*p*l*o*k.nl (WP 6.5.8) πŸ‘€ F 2026-07-25 16:00:08
f*r*t*p*e*b*.com βœ… F 2026-07-25 05:53:54
v*g*t*k*.com (WP 7.0.2) πŸ‘€ F 2026-07-25 04:01:17
k*o*e*c*o*l.com (WP 7.0.2) βœ… F 2026-07-25 00:26:14
t*e*u*s*i*e*c*o*l*l*i*e.com (WP 7.0.2) πŸ‘€ F 2026-07-24 02:38:55
o*i*s*f*.com (WP 6.3) ⚠️ πŸ‘€ F 2026-07-23 18:03:13
m*n*b*s*e*b*l.com (WP 7.0.2) βœ… F 2026-07-23 04:19:20
u*p*r*c*t*.com (WP 7.0.2) πŸ‘€ F 2026-07-21 16:42:41
e*r*o*k*.com (WP 7.0.2) πŸ‘€ F 2026-07-21 00:29:15
e*r*n*h*c*o*l.com (WP 6.9.4) βœ… F 2026-07-20 06:52:07
a*p*4*a*i*i*s.com (WP 7.0.2) πŸ‘€ F 2026-07-20 04:14:59
k*a*e*s*a*i*e*f*u*d*t*o*.com (WP 7.0.2) πŸ‘€ F 2026-07-19 16:23:36
a*o*l*m*d*a*r*u*.com (WP 7.0.2) πŸ‘€ F 2026-07-19 15:56:06
d*e*l*p*a*o.com (WP 7.0.2) πŸ‘€ F 2026-07-19 15:06:59
s*e*-*d.com (WP 7.0.2) πŸ‘€ F 2026-07-19 02:05:28
d*a*e*g*m*s.com (WP 6.7.2) βœ… F 2026-07-18 09:18:22
y*w*r*e*u*i*.com (WP 6.9.5) βœ… F 2026-07-18 08:36:07
s*a*s.sk βœ… F 2026-07-18 01:21:25
k*t*l*o*l*n*.com (WP 6.9.5) πŸ‘€ F 2026-07-18 00:21:44
s*u*h*a*t*r*b*a*t*.com (WP 6.6.5) βœ… F 2026-07-17 21:19:40
d*i*e*o*n*.com (WP 7.0.1) πŸ‘€ F 2026-07-17 15:35:27
d*s*i*o*a*c*e.com (WP 7.0.1) πŸ‘€ F 2026-07-16 22:06:20
j*r*e*c*r*s*i*n*c*d*m*.org (WP 7.0.1) πŸ‘€ F 2026-07-16 17:33:23
d*p*s*i*i*i*i*s*e*o*d*.com (WP 6.9.4) βœ… F 2026-07-16 15:15:58
t*i*i*a*r*n*i*s*n*e.com (WP 6.9.4) πŸ‘€ F 2026-07-16 13:01:30
s*c*m*t*e*s.com (WP 7.0.1) πŸ‘€ F 2026-07-15 15:37:42
h*l*n*f*d*e*w*r*d.com (WP 7.0.1) πŸ‘€ F 2026-07-15 12:49:45
u*a*i*t*r*s*i*s.org (WP 6.2.9) ⚠️ D 2026-07-15 06:06:27
s*i*h*a*k*r*r*d*c*i*n*n*.com (WP 6.9.4) βœ… F 2026-07-14 18:12:01
d*g*a*m*i*r*n*a.com (WP 6.9) πŸ‘€ F 2026-07-14 17:11:40
o*a*u*a*.com (WP 7.0.1) βœ… F 2026-07-13 21:26:31
y*r*s*l*c*y*l*n*u*g*-*o*s*.com (WP 6.7.5) πŸ‘€ F 2026-07-11 20:52:06
n*h*l*o*r*l.com (WP 4.9.26) ⚠️ πŸ‘€ F 2026-07-11 17:31:22
h*o*a*e*h.com (WP 7.0) πŸ‘€ F 2026-07-11 16:08:22
m*-*o*m*.ru (WP 6.8.5) πŸ‘€ F 2026-07-11 11:43:37
f*e*h*y*q*e*z*d*d.c*.uk (WP 5.2.24) ⚠️ πŸ‘€ F 2026-07-11 04:55:38
a*i*c*m*o*i*.com βœ… F 2026-07-09 17:48:08
l*t*l*a*g*l*k*r*l*n*.com (WP 6.8.3) βœ… F 2026-07-09 10:15:18
t*a*a*i*.gr (WP 6.1.10) ⚠️ πŸ‘€ F 2026-07-06 08:39:45
l*v*n*c*r*l*a*n*n*c*n*e*.com (WP 6.5.8) βœ… F 2026-07-06 01:06:55
z*h*r*c*.cz βœ… F 2026-07-05 15:23:10
b*t*o*t.fr πŸ‘€ F 2026-07-04 17:18:29
l*t*u*s*h*s*u*t*r*n*t*t*t.de (WP 7.0) βœ… F 2026-07-04 14:10:51
o*e*a*r*g*n*i*.cz (WP 7.0) βœ… F 2026-07-04 13:04:11
b*t*o*t.com βœ… F 2026-07-04 02:12:18
p*r*e*t*b*m*e*.com πŸ‘€ F 2026-07-03 23:13:04
e*r*y*e*p*o*a*i*n*.com (WP 7.0) πŸ‘€ F 2026-07-03 21:15:39
m*x*v*n*u*e*5.fr (WP 7.0) βœ… F 2026-07-02 19:17:50
c*l*b*a*i*n*o*n*r*e*i*e*l.com βœ… F 2026-07-01 22:40:59
p*z*d*z*o*e*i*o*a.pl (WP 6.0.12) ⚠️ πŸ‘€ F 2026-07-01 08:19:48
s*m*d*o*i*a*a.com (WP 7.0) πŸ‘€ F 2026-07-01 03:02:17
g*n*u*b*e*r*i*d*v*l*p*e*t.com (WP 5.2.21) ⚠️ F 2026-07-01 02:56:36
c*t*i*r.com (WP 7.0) πŸ‘€ F 2026-06-30 17:39:57
w*g*m*a*h*.com (WP 7.0) βœ… F 2026-06-30 15:03:29
s*e*l*u*n*e*v*l*.nl (WP 5.4.19) ⚠️ πŸ‘€ F 2026-06-29 22:16:32
s*e*l*u*n*m*i*e*d.nl (WP 5.4.19) ⚠️ F 2026-06-29 14:52:22
l*c*u*s*d*w*e.pl (WP 7.0) πŸ‘€ F 2026-06-29 11:50:13
b*a*r*x*p*n*r*c*t.nl (WP 7.0) βœ… C 2026-06-19 18:25:59
s*a*i*s*e*e.eu (WP 7.0) βœ… F 2026-06-13 13:41:11
o*a*u*a*.c*m.tr (WP 7.0) πŸ‘€ F 2026-06-12 16:15:04
m*a*d*j*n.fr (WP 5.6.17) ⚠️ πŸ‘€ F 2026-06-12 15:12:05
a*e*p*r*o*e.fr (WP 6.8.5) πŸ‘€ F 2026-06-08 21:32:35
f*a*k*e*o*t*e*l.com (WP 7.0) βœ… F 2026-06-03 07:45:17
f*a*k*e*a*d*m*t*l*a.com (WP 6.8.5) βœ… F 2026-06-03 07:41:40
f*a*k*s*o*o*a.com (WP 7.0) βœ… F 2026-06-03 06:46:27
f*r*t*p*e*b*.org βœ… F 2026-06-01 23:02:24
l*t*l*s*l*o*t*s*o*i.com (WP 6.9.4) βœ… F 2026-06-01 14:08:59
t*e*n*a*i*n*u*i*.com βœ… F 2026-06-01 14:07:34
k*w*a*p*a*t*c.com (WP 6.0.3) ⚠️ F 2026-05-30 22:01:10

Top 50 Plugins

Plugin Count
elementor 1,785,060
contact-form-7 1,769,562
elementor-pro 1,058,206
woocommerce 819,771
revslider 614,568
jetpack 460,717
js_composer 424,461
wp-rocket 341,988
essential-addons-for-elementor-lite 267,768
complianz-gdpr 260,954
gravityforms 258,025
google-site-kit 232,366
cookie-law-info 231,344
instagram-feed 227,249
sitepress-multilingual-cms 212,529
header-footer-elementor 209,451
google-analytics-for-wordpress 208,128
bluehost-wordpress-plugin 193,296
elementskit-lite 182,857
gutenberg 167,430
cookie-notice 151,062
litespeed-cache 142,724
gtranslate 126,629
wpforms-lite 126,201
the-events-calendar 123,516
gutenberg-core 121,761
astra-sites 115,393
popup-maker 111,022
woocommerce-payments 110,846
tablepress 102,699
honeypot 98,277
astra-addon 94,821
wp-smushit 91,887
duracelltomi-google-tag-manager 91,135
layerslider 90,368
all-in-one-seo-pack 90,325
coblocks 90,053
bb-plugin 86,911
akismet 85,544
premium-addons-for-elementor 85,431
cleantalk-spam-protect 83,524
ml-slider 83,069
mailchimp-for-wp 82,767
megamenu 81,059
woocommerce-gateway-stripe 80,305
fusion-builder 77,966
jet-engine 77,786
ewww-image-optimizer 77,287
wp-pagenavi 77,000
smart-slider-3 76,992

Top 50 Themes

Theme Count
hello-elementor 624,626
Divi 501,637
astra 419,486
flatsome 136,845
Avada 122,485
generatepress 115,808
pub 84,815
oceanwp 81,606
kadence 79,580
enfold 69,690
salient 65,787
twentyseventeen 54,790
bb-theme 53,022
betheme 52,693
twentytwentyfour 52,641
blocksy 51,410
cocoon-master 50,064
dt-the7 45,837
twentytwentyfive 45,047
h4 42,308
woodmart 41,010
neve 38,606
Avada-Child-Theme 37,195
gox 36,255
bridge 31,778
twentytwentyone 30,648
lightning 30,251
twentytwenty 29,019
swell 28,406
bricks 26,552
Impreza 26,292
Newspaper 24,354
twentytwentythree 22,363
epik-redesign 19,287
twentytwentytwo 19,003
uncode 18,731
twentysixteen 17,753
pro 17,600
sydney 16,725
storefront 16,504
Total 14,593
hello-theme-child-master 14,065
factory-templates-4 13,741
extendable 13,397
themify-ultra 13,074
hestia 12,721
yootheme 12,665
yith-wonder 12,547
porto 12,093
jupiter 11,716