[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fytwLQCn1C9gSdZPgiihnQ_4_URWtZqN3N7f432Md_Jw":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"pilotin","Pilot'in","https:\u002F\u002Fprofiles.wordpress.org\u002Fpilotin\u002F",1,100,85,30,84,"2026-04-04T15:18:42.223Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":8,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":25,"tags":26,"homepage":30,"download_link":31,"security_score":9,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"pilopress","Pilo'Press","0.4.3.2","\u003Cp>Pilo’Press is a framework plugin for WordPress. Based on ACF and ACF Extended, it allows you to create layouts among other things and use the Flexible Content field as a page builder.\u003C\u002Fp>\n\u003Cp>Pilo’Press uses Tailwind CSS for style templating which can be setup and build directly from the back-office.\u003Cbr \u002F>\nPlease note that Tailwind CSS is not mandatory, you can choose to use it or not.\u003C\u002Fp>\n\u003Ch3>Requirements\u003C\u002Fh3>\n\u003Cp>This plugin requires \u003Ca href=\"https:\u002F\u002Fwww.advancedcustomfields.com\u002Fpro\u002F\" rel=\"nofollow ugc\">Advanced Custom Fields PRO\u003C\u002Fa> and \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Facf-extended\u002F\" rel=\"ugc\">Advanced Custom Fields: Extended\u003C\u002Fa> plugins in order to work correctly.\u003C\u002Fp>\n\u003Ch3>Getting started\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Activate Advanced Custom Fields Pro plugin\u003C\u002Fli>\n\u003Cli>Activate ACF Extended plugin\u003C\u002Fli>\n\u003Cli>Activate Pilo’Press plugin\u003C\u002Fli>\n\u003Cli>In your theme, create a \u003Ccode>pilopress\u003C\u002Fcode> folder\u003C\u002Fli>\n\u003Cli>Within the \u003Ccode>pilopress\u003C\u002Fcode> folder, create \u003Ccode>layouts\u003C\u002Fcode> subfolder\u003C\u002Fli>\n\u003Cli>Within the \u003Ccode>pilopress\u003C\u002Fcode> folder, create \u003Ccode>assets\u003C\u002Fcode> subfolder\u003C\u002Fli>\n\u003Cli>\n\u003Cp>In the \u003Ccode>index.php\u003C\u002Fcode> file, add the following code:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\nget_header();\n\n    the_pip_content();\n\nget_footer();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Tailwind CSS\u003C\u002Fh3>\n\u003Cp>In the administration, under \u003Ccode>Pilo'Press > Styles\u003C\u002Fcode>, when you click on “Update & Compile”, TailwindCSS will be compiled remotely using \u003Ca href=\"https:\u002F\u002Fwww.tailwindapi.com\u002F\" rel=\"nofollow ugc\">TailwindAPI\u003C\u002Fa>. Minified CSS files are then created under \u003Ccode>\u002Fpilopress\u002Fassets\u002Fstyles.min.css\u003C\u002Fcode> and \u003Ccode>\u002Fpilopress\u002Fassets\u002Fstyles-admin.min.css\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>You can manually enqueue those files in your theme for the front-end & the back-end, but we recommend to use automatic enqueue code above.\u003C\u002Fp>\n\u003Cp>It is possible to manually retrieve the Tailwind PostCSS & JS fields of the administration if you want to build TailwindCSS locally. To do so, you can use the following code:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$tailwind_css = get_field( 'pip_tailwind_style', 'pip_styles_tailwind' );\n$tailwind_config = get_field( 'pip_tailwind_config', 'pip_styles_tailwind' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For more details, see \u003Ca href=\"https:\u002F\u002Ftailwindcss.com\u002Fdocs\u002Finstallation\u002F\" rel=\"nofollow ugc\">Tailwind CSS Documentation\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Customizing style\u003C\u002Fh3>\n\u003Cp>To customize default Tailwind CSS styles, go to \u003Ccode>Pilo'Press > Styles\u003C\u002Fcode> from left navigation menu or top bar menu.\u003C\u002Fp>\n\u003Cp>For more details about customization, see \u003Ca href=\"https:\u002F\u002Fpilot-in.github.io\u002FPiloPress\u002Fdocs\u002Fcustomizing-styles\u002F\" rel=\"nofollow ugc\">Github Page\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Add new layout\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>In the admin menu \u003Ccode>Pilo'Press > Layouts\u003C\u002Fcode>, add a new layout\u003C\u002Fli>\n\u003Cli>Configure the layouts fields\u003C\u002Fli>\n\u003Cli>Create PHP, CSS and JS files in your theme layout folder \u003Ccode>\u002Fyour-theme\u002Fpilopress\u002Flayouts\u002Fyour-layout\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>You have to name those files the same way you did in back-office settings\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note: only PHP template file is require.\u003C\u002Fp>\n\u003Ch3>Templating\u003C\u002Fh3>\n\u003Cp>To display the content of your post, you have to use the following function:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Pilo'Press content (doesn't need 'echo')\nthe_pip_content();\n\n\u002F\u002F Pilo'Press content (needs 'echo')\necho get_pip_content();\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Components\u003C\u002Fh3>\n\u003Cp>See \u003Ca href=\"https:\u002F\u002Fpilot-in.github.io\u002FPiloPress\u002Fdocs\u002Fcomponents\u002F\" rel=\"nofollow ugc\">GitHub Page\u003C\u002Fa> for complete example.\u003C\u002Fp>\n\u003Ch3>Hooks\u003C\u002Fh3>\n\u003Cp>Available hooks are list and describe in \u003Ca href=\"https:\u002F\u002Fpilot-in.github.io\u002FPiloPress\u002Fdocs\u002Fhooks\u002F\" rel=\"nofollow ugc\">GitHub Page\u003C\u002Fa>\u003C\u002Fp>\n","The most advanced WordPress Page Builder using Advanced Custom Fields & TailwindCSS.",5859,4,"2023-04-05T09:45:00.000Z","6.2.9","4.9","5.6",[27,28,29],"acf","page-builder","tailwindcss","https:\u002F\u002Fwww.pilot-in.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpilopress.0.4.3.2.zip",0,null,"2026-03-15T15:16:48.613Z"]