[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f-j3jjAq-21bULM5JQemr2ti27eoFptxQjPdtGYQomZU":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"themepalace","https:\u002F\u002Fprofiles.wordpress.org\u002Fthemepalace\u002F",5,1530,88,265,71,"2026-04-04T21:12:25.764Z",[13,37,58,76,91],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":31,"download_link":32,"security_score":21,"vuln_count":33,"unpatched_count":34,"last_vuln_date":35,"fetched_at":36},"tp-education","TP Education","4.6","\u003Cp>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.\u003C\u002Fp>\n\u003Ch4>Frontend Submission\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>TP Eduacation allows you to like post from frontend and view the no of likes for that particular post.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Customization and Flexibility\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>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.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Template Overwrite\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>* Create a folder named \"tp-education\" and do all the overwrites inside the folder as instructed below.\n* Archive Pages\n    - you can overwrite all archive pages for post types available in this plugin. ie: tp-archive-class.php\n* Search Page\n    - you can overwrite search page for post types available in this plugin by tp-archive-search.php\n* Single Pages\n- you can overwrite all single pages for post types available in this plugin. ie: tp-single-class.php\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Shortcodes\u003C\u002Fh3>\n\u003Cp>= Defaults Atts :- =\u003Cbr \u002F>\n    * category = ”,\u003Cbr \u002F>\n    * no_of_posts = 2,\u003Cbr \u002F>\n    * post_ids = ”, ( should be seperated by ‘,’. ie: 15, 27 )\u003Cbr \u002F>\n    * column = 2 ( max num value 4 )\u003C\u002Fp>\n\u003Ch4>Class shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_CLASS] OR [TP_EDUCATION_CLASS category=\"cat-slug\" no_of_posts=\"2\" post_ids=\"217, 115\" column=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Event shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_EVENT] OR [TP_EDUCATION_EVENT category=\"cat-slug\" no_of_posts=\"2\" post_ids=\"217, 115\" column=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Course shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_COURSE] OR [TP_EDUCATION_COURSE category=\"cat-slug\" no_of_posts=\"2\" post_ids=\"217, 115\" column=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Team shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_TEAM] OR [TP_EDUCATION_TEAM category=\"cat-slug\" no_of_posts=\"2\" post_ids=\"217, 115\" column=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Excursion shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_EXCURSION] OR [TP_EDUCATION_EXCURSION category=\"cat-slug\" no_of_posts=\"2\" post_ids=\"217, 115\" column=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Affiliation shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_AFFILIATION] OR [TP_EDUCATION_AFFILIATION category=\"cat-slug\" no_of_posts=\"2\" post_ids=\"217, 115\" column=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Testimonial shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_TESTIMONIAL] OR [TP_EDUCATION_TESTIMONIAL no_of_posts=\"2\" post_ids=\"217, 115\" column=\"2\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Search Tabs shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_EDUCATION_SEARCH_TAB]\u003Ch3>Functions to Call Meta Values\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Check if the page loaded is TP Education territorial\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>is_tp_education();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Event Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_event_date( $post_id = '' ); \u002F\u002F Event Date\ntp_event_start_time( $post_id = '' ); \u002F\u002F Event Start Time\ntp_event_end_time( $post_id = '' ); \u002F\u002F Event End Time\ntp_event_location( $post_id = '' ); \u002F\u002F Event Location\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Class Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_class_cost( $post_id = '' ); \u002F\u002F Class Cost\ntp_class_period( $post_id = '' ); \u002F\u002F Class Period\ntp_class_size( $post_id = '' ); \u002F\u002F Class Size\ntp_class_age_group( $post_id = '' ); \u002F\u002F Class Age Group\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Excursion Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_excursion_start_date( $post_id = '' ); \u002F\u002F Excursion Start Date\ntp_excursion_end_date( $post_id = '' ); \u002F\u002F Excursion End Date\ntp_excursion_location( $post_id = '' ); \u002F\u002F Excursion Location\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Team Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_team_designation( $post_id = '' ); \u002F\u002F Team Designation\ntp_team_email( $post_id = '' ); \u002F\u002F Team Email\ntp_team_phone( $post_id = '' ); \u002F\u002F Team Phone\ntp_team_skype( $post_id = '' ); \u002F\u002F Team Skype\ntp_team_website( $post_id = '' ); \u002F\u002F Team Website\ntp_team_courses( $post_id = '' ); \u002F\u002F Team Courses\ntp_team_social( $post_id = '' ); \u002F\u002F Team Social\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Testimonial Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_testimonial_rating( $post_id = '' ); \u002F\u002F Testimonail Rating\ntp_testimonial_designation( $post_id = '' ); \u002F\u002F Testimonail Designation\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Affiliation Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_affiliation_link( $post_id = '' ); \u002F\u002F Affiliation Link\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Course Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_course_type( $post_id = '' ); \u002F\u002F Course Type\ntp_course_duration( $post_id = '' ); \u002F\u002F Course Duration\ntp_course_price( $post_id = '' ); \u002F\u002F Course Price\ntp_course_students( $post_id = '' ); \u002F\u002F Course no of Students\ntp_course_language( $post_id = '' ); \u002F\u002F Course Language\ntp_course_assessment( $post_id = '' ); \u002F\u002F Course assessment\ntp_course_skills( $post_id = '' ); \u002F\u002F Course skills\ntp_course_professor( $post_id = '' ); \u002F\u002F Course Professor\ntp_course_counselors( $post_id = '' ); \u002F\u002F Course Counselors\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Get Terms with Link\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_education_get_terms( $taxonomy = '', $post_id = '' ); \u002F\u002F Get Terms with link\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Post Like Button\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_education_like_button( $post_id = '' ); \u002F\u002F Like Button ( this function only returns output. )\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Post Meta\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_education_posted_on(); \u002F\u002F Post Meta\u003Ch3>Functions to Return Meta Values\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Event Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>get_tp_event_date( $post_id = '' ); \u002F\u002F Event Date\nget_tp_event_start_time( $post_id = '' ); \u002F\u002F Event Start Time\nget_tp_event_end_time( $post_id = '' ); \u002F\u002F Event End Time\nget_tp_event_location( $post_id = '' ); \u002F\u002F Event Location\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Class Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>get_tp_class_cost( $post_id = '' ); \u002F\u002F Class Cost\nget_tp_class_period( $post_id = '' ); \u002F\u002F Class Period\nget_tp_class_size( $post_id = '' ); \u002F\u002F Class Size\nget_tp_class_age_group( $post_id = '' ); \u002F\u002F Class Age Group\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Excursion Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>get_tp_excursion_start_date( $post_id = '' ); \u002F\u002F Excursion Start Date\nget_tp_excursion_end_date( $post_id = '' ); \u002F\u002F Excursion End Date\nget_tp_excursion_location( $post_id = '' ); \u002F\u002F Excursion Location\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Team Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>get_tp_team_designation( $post_id = '' ); \u002F\u002F Team Designation\nget_tp_team_email( $post_id = '' ); \u002F\u002F Team Email\nget_tp_team_phone( $post_id = '' ); \u002F\u002F Team Phone\nget_tp_team_skype( $post_id = '' ); \u002F\u002F Team Skype\nget_tp_team_website( $post_id = '' ); \u002F\u002F Team Website\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Testimonial Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>get_tp_testimonial_designation( $post_id = '' ); \u002F\u002F Testimonail Designation\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Affiliation Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>get_tp_affiliation_link( $post_id = '' ); \u002F\u002F Affiliation Link\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Course Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>get_tp_course_type( $post_id = '' ); \u002F\u002F Course Type\nget_tp_course_duration( $post_id = '' ); \u002F\u002F Course Duration\nget_tp_course_price( $post_id = '' ); \u002F\u002F Course Price\nget_tp_course_students( $post_id = '' ); \u002F\u002F Course no of Students\nget_tp_course_language( $post_id = '' ); \u002F\u002F Course Language\nget_tp_course_assessment( $post_id = '' ); \u002F\u002F Course assessment\nget_tp_course_skills( $post_id = '' ); \u002F\u002F Course skills\u003Ch3>Hooks\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Event Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_event_date_action', $post_id = '' ); \u002F\u002F Event Date\ndo_action( 'tp_event_start_time_action', $post_id = '' ); \u002F\u002F Event Start Time\ndo_action( 'tp_event_end_time_action', $post_id = '' ); \u002F\u002F Event End Time\ndo_action( 'tp_event_location_action', $post_id = '' ); \u002F\u002F Event Location\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Class Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_class_cost_action', $post_id = '' ); \u002F\u002F Class Cost\ndo_action( 'tp_class_period_action', $post_id = '' ); \u002F\u002F Class Period\ndo_action( 'tp_class_size_action', $post_id = '' ); \u002F\u002F Class Size\ndo_action( 'tp_class_age_group_action', $post_id = '' ); \u002F\u002F Class Age Group\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Excursion Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_excursion_start_date_action', $post_id = '' ); \u002F\u002F Excursion Start Date\ndo_action( 'tp_excursion_end_date_action', $post_id = '' ); \u002F\u002F Excursion End Date\ndo_action( 'tp_excursion_location_action', $post_id = '' ); \u002F\u002F Excursion Location\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Team Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_team_designation_action', $post_id = '' ); \u002F\u002F Team Designation\ndo_action( 'tp_team_email_action', $post_id = '' ); \u002F\u002F Team Email\ndo_action( 'tp_team_phone_action', $post_id = '' ); \u002F\u002F Team Phone\ndo_action( 'tp_team_skype_action', $post_id = '' ); \u002F\u002F Team Skype\ndo_action( 'tp_team_website_action', $post_id = '' ); \u002F\u002F Team Website\ndo_action( 'tp_team_courses_action', $post_id = '' ); \u002F\u002F Team Courses\ndo_action( 'tp_team_social_action', $post_id = '' ); \u002F\u002F Team Social Links\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Testimonial Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_testimonial_rating_action', $post_id = '' ); \u002F\u002F Testimonial Rating\ndo_action( 'tp_testimonial_designation_action', $post_id = '' ); \u002F\u002F Testimonial Designation\ndo_action( 'tp_testimonial_social_action', $post_id = '' ); \u002F\u002F Testimonial Social Links\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Course Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_course_type_action', $post_id = '' ); \u002F\u002F Course Type\ndo_action( 'tp_course_duration_action', $post_id = '' ); \u002F\u002F Course Duration\ndo_action( 'tp_course_price_action', $post_id = '' ); \u002F\u002F Course Price\ndo_action( 'tp_course_students_action', $post_id = '' ); \u002F\u002F Course no of Students\ndo_action( 'tp_course_language_action', $post_id = '' ); \u002F\u002F Course Language\ndo_action( 'tp_course_assessment_action', $post_id = '' ); \u002F\u002F Course Assessment\ndo_action( 'tp_course_skills_action', $post_id = '' ); \u002F\u002F Course Skills\ndo_action( 'tp_course_professor_action', $post_id = '' ); \u002F\u002F Course Professor\ndo_action( 'tp_course_counselors_action', $post_id = '' ); \u002F\u002F Course Counselors\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Affiliation Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_affiliation_link_action', $post_id = '' ); \u002F\u002F Affiliation Link\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Meta Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_education_posted_on_action' ); \u002F\u002F Post Meta\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Sidebar Condition Filter Hook\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>apply_filters( 'tp_education_is_sidebar_enable_filter', true );\nadd_filter( 'tp_education_is_sidebar_enable_filter', 'custom_function' ); \u002F\u002F Use your custom sidebar enable condition function\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Archive Pagination Action Hook\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_education_pagination_action' );\nadd_action( 'tp_education_pagination_action', 'custom_function' ); \u002F\u002Fadd your custom pagination function\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Single Pagination Action Hook\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_education_post_pagination_action' );\nadd_action( 'tp_education_post_pagination_action', 'custom_function' ); \u002F\u002Fadd your custom post pagination function\u003Ch3>Files\u003C\u002Fh3>\nFont Awesome 4.2.0 by @davegandy\nLicense: http:\u002F\u002Ffontawesome.io\u002Flicense (Font: SIL OFL 1.1, CSS: MIT License)\nSource: http:\u002F\u002Ffontawesome.io\n\njQuery UI - v1.12.0\nLicense: https:\u002F\u002Fjquery.org\u002Flicense\u002F ( Copyright jQuery Foundation and other contributors; Licensed MIT )\nSource: http:\u002F\u002Fjqueryui.com\n\njquery-timepicker v1.11.5 by Jon Thornton\nLicense: https:\u002F\u002Fgithub.com\u002Fjonthornton\u002Fjquery-timepicker  MIT License © 2014\nsource: http:\u002F\u002Fjonthornton.github.com\u002Fjquery-timepicker\u002F\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Enhance your educational sites more efficiently. Allow user to utilize post types and meta data on your site with TP Education.",900,57466,100,3,"2025-05-29T05:54:00.000Z","6.8.5","4.7","5.6",[28,29,30],"custom-post-type","education","meta-data","https:\u002F\u002Fwww.themepalace.com\u002Fplugins\u002Ftp_education","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftp-education.4.6.zip",1,0,"2023-05-03 00:00:00","2026-03-15T15:16:48.613Z",{"slug":38,"name":39,"version":40,"author":4,"author_profile":5,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":21,"num_ratings":33,"last_updated":45,"tested_up_to":46,"requires_at_least":47,"requires_php":26,"tags":48,"homepage":54,"download_link":55,"security_score":56,"vuln_count":34,"unpatched_count":34,"last_vuln_date":57,"fetched_at":36},"tp-piebuilder","TP PieBuilder","1.0","\u003Cp>This Plugin provides you an elegent Bar Graph and Pie Charts with multiple designs and colors. ie. Default Pie Chart, Doughnut Pie Chart and Polar Pie Chart.\u003C\u002Fp>\n\u003Ch4>Customization and Flexibility\u003C\u002Fh4>\n\u003Cp>TP PieBuilder offers you a very easy customization of color from shortcode. This plugin allows you to customize title from css.\u003C\u002Fp>\n\u003Ch3>Shortcodes\u003C\u002Fh3>\n\u003Cp>= Defaults Atts :- =\u003Cbr \u002F>\n    * title = ”, \u002F\u002F Optional\u003Cbr \u002F>\n    * values = ”, \u002F\u002F * in percentage (%) ( should be seperated by comma (‘,’). ie: 60, 40 )\u003Cbr \u002F>\n    * labels = ”, \u002F\u002F * ( should be seperated by comma (‘,’). ie: Design, Development )\u003Cbr \u002F>\n    * colors = ” \u002F\u002F Optional till 10 elements else * ( should be seperated by ‘,’. ie: #E6E6FA, #E0FFFF )\u003C\u002Fp>\n\u003Ch4>Alt Atts for Pie Charts only:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>* fontfamily = 'ariel', \u002F\u002F Optional, you can change the defult font family\n* fontstyle = 'italic', \u002F\u002F Optional, you can change the defult font style to normal or bold\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Default Piechart Shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_PIEBUILDER title=\"Pie Chart\" values=\"20, 30, 50\" labels=\"Design, Development, Production\" colors=\"#E6E6FA, #E0FFFF, #F8B4BC\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Doughnut Piechart Shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_PIEBUILDER_DOUGHNUT title=\"Pie Chart\" values=\"20, 30, 50\" labels=\"Design, Development, Production\" colors=\"#E6E6FA, #E0FFFF, #F8B4BC\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Polar Piechart Shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_PIEBUILDER_POLAR title=\"Pie Chart\" values=\"20, 30, 50\" labels=\"Design, Development, Production\" colors=\"#E6E6FA, #E0FFFF, #F8B4BC\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Bar Graph Shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_PIEBUILDER_BAR title=\"Pie Chart\" values=\"20, 30, 50\" labels=\"Design, Development, Production\" colors=\"#E6E6FA, #E0FFFF, #F8B4BC\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Horizontal Bar Graph Shortcode:\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>[TP_PIEBUILDER_HORIZONTAL_BAR title=\"Pie Chart\" values=\"20, 30, 50\" labels=\"Design, Development, Production\" colors=\"#E6E6FA, #E0FFFF, #F8B4BC\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Allow user to manipulate data on pie chart on your site with TP PieBuilder.",600,18985,"2022-08-16T10:04:00.000Z","6.0.11","4.5",[49,50,51,52,53],"chart","doughnut-chart","graph","pie-chart","polar-chart","http:\u002F\u002Fwww.themepalace.com\u002Fplugins\u002Ftp-piebuilder","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftp-piebuilder.zip",85,null,{"slug":59,"name":60,"version":61,"author":4,"author_profile":5,"description":62,"short_description":63,"active_installs":64,"downloaded":65,"rating":34,"num_ratings":34,"last_updated":66,"tested_up_to":46,"requires_at_least":47,"requires_php":67,"tags":68,"homepage":74,"download_link":75,"security_score":56,"vuln_count":34,"unpatched_count":34,"last_vuln_date":57,"fetched_at":36},"tp-philosophy-tools","TP Philosophy Tools","1.1.4","\u003Cp>TP Philosophy Tools is Lightweight Plugin to adds team members profiles information  with team metabox and social link meta fields.\u003Cbr \u002F>\nThis plugin will automatically add Team and Testimonial Post Type.\u003C\u002Fp>\n\u003Ch4>Customization and Flexibility\u003C\u002Fh4>\n\u003Cp>TP Philosophy Tools offers you hooks that helps you to customize the output structure as your need.\u003C\u002Fp>\n\u003Ch3>Documentation\u003C\u002Fh3>\n","TP Philosophy Tools is Lightweight Plugin to adds team members profiles information  with team metabox and social link meta fields.",10,2119,"2022-08-16T10:01:00.000Z","",[69,70,71,72,73],"meet-the-team","members-profiles","my-team","our-teams","team","http:\u002F\u002Fwww.themepalace.com\u002Fplugins\u002Ftp-philosophy-tools","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftp-philosophy-tools.zip",{"slug":77,"name":78,"version":79,"author":4,"author_profile":5,"description":80,"short_description":81,"active_installs":64,"downloaded":82,"rating":34,"num_ratings":34,"last_updated":83,"tested_up_to":46,"requires_at_least":47,"requires_php":67,"tags":84,"homepage":89,"download_link":90,"security_score":56,"vuln_count":34,"unpatched_count":34,"last_vuln_date":57,"fetched_at":36},"tp-recipe","TP Recipe","1.1.5","\u003Cp>This Recipe provides you Recipe and Ingredient Post type with its essential fields. This Plugin provides you an Food Item Recipe and it’s ingredients forms to uplift your Restaurant Website with your prominent item recipes. Recipe and Ingredients will be added in Dashboard Menu.\u003C\u002Fp>\n\u003Ch4>Steps\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Create Ingredients\n\u003Cul>\n\u003Cli>Title\u003C\u002Fli>\n\u003Cli>Featured Image\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Create Recipe\n\u003Cul>\n\u003Cli>Title\u003C\u002Fli>\n\u003Cli>Description\u003C\u002Fli>\n\u003Cli>Featured Image\u003C\u002Fli>\n\u003Cli>Recipe Details\u003C\u002Fli>\n\u003Cli>Ingredients Details\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Hooks\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>do_action( 'tp_recipe_prep_time_action' ); \u002F\u002F Display Recipe Preparation Time\ndo_action( 'tp_recipe_cook_time_action' ); \u002F\u002F Display Recipe Cooking Time\ndo_action( 'tp_recipe_ready_time_action' ); \u002F\u002F Display Recipe Ready Time\ndo_action( 'tp_recipe_shop_link_action' ); \u002F\u002F Display Recipe Shop Page Link\ndo_action( 'tp_recipe_ingredients_action' ); \u002F\u002F Display Recipe Ingredients and its Quantity\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Customization and Flexibility\u003C\u002Fh4>\n\u003Cp>TP Recipe offers you hooks that helps you to customize the output structure as your need.\u003Cbr \u002F>\nTemplate Overwrite Method:\u003Cbr \u002F>\n1. Create tp-recipe folder in root folder\u003Cbr \u002F>\n2. Create tp-archive-recipe.php file to create recipe archive page\u003Cbr \u002F>\n3. Create tp-single-recipe.php file to create recipe single page\u003C\u002Fp>\n\u003Ch3>Documentation\u003C\u002Fh3>\n","Allow user to add recipe and its ingredients with its quantity.",2423,"2022-08-15T09:24:00.000Z",[85,86,87,88],"ingredient-quantity","ingredients","recipe","restaurant","http:\u002F\u002Fwww.themepalace.com\u002Fplugins\u002Ftp-recipe","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftp-recipe.zip",{"slug":92,"name":93,"version":94,"author":4,"author_profile":5,"description":95,"short_description":96,"active_installs":64,"downloaded":97,"rating":34,"num_ratings":34,"last_updated":98,"tested_up_to":46,"requires_at_least":25,"requires_php":67,"tags":99,"homepage":101,"download_link":102,"security_score":56,"vuln_count":34,"unpatched_count":34,"last_vuln_date":57,"fetched_at":36},"tp-travel-package","TP Travel Package","1.0.4","\u003Cp>A plugin to add custom post type ( Destination and Package ) and it’s required meta fields for travel sites. This plugin is dedicated for travel themes.\u003C\u002Fp>\n\u003Ch4>Template Overwrite\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>* Create a folder named \"tp-travel-packagee\" and do all the overwrites inside the folder as instructed below.\n* Archive Pages\n    - you can overwrite all archive pages for post types available in this plugin. ie: tp-archive-package.php\n* Search Page\n    - you can overwrite package search page for post types available in this plugin by tp-package-search.php\n* Single Pages\n- you can overwrite all single pages for post types available in this plugin. ie: tp-single-package.php\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Functions to Call Meta Values\u003C\u002Fh3>\n\u003Ch4>Destination Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_destination_quote( $post_id = '' ); \u002F\u002F Destination Quote\ntp_destination_rating_value( $post_id = '' ); \u002F\u002F Destination Rating value in number\ntp_destination_rating( $post_id = '' ); \u002F\u002F Destination Rating value in stars\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Package Details\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>tp_package_quote( $post_id = '' ); \u002F\u002F Package Quote\ntp_package_price( $post_id = '' ); \u002F\u002F Package Price\ntp_package_pax( $post_id = '' ); \u002F\u002F No of people for package\ntp_package_days( $post_id = '' ); \u002F\u002F No of days for package\ntp_package_difficulty( $post_id = '' ); \u002F\u002F Package Diffifulty\ntp_package_date( $post_id = '' ); \u002F\u002F Package Departure\ntp_package_destination( $post_id = '' ); \u002F\u002F Package Destinaiton\ntp_package_destination_link( $post_id = '' ); \u002F\u002F Package Destinaiton with link\u003Ch3>Files\u003C\u002Fh3>\njQuery UI - v1.12.0\nLicense: https:\u002F\u002Fjquery.org\u002Flicense\u002F ( Copyright jQuery Foundation and other contributors; Licensed MIT )\nSource: http:\u002F\u002Fjqueryui.com\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Enhance your travel sites more efficiently. Allow user to utilize post types and meta data on your site with TP Travel Package.",3503,"2022-08-15T05:39:00.000Z",[28,30,100],"travel","http:\u002F\u002Fwww.themepalace.com\u002Fplugins\u002Ftp-travel-package","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftp-travel-package.zip"]