ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

WP Headless CMS Framework

وضاحت

Plugin provides a framework sets up WordPress as a headless CMS.

Framework options include:

  • JSON Web Token Authentication (optional)
  • Adds Gutenberg block data to REST responses (optional)
  • Protects REST requests with nonce (optional)
  • Cleans up REST response objects (optional)
  • Removes non required REST endpoints (optional)
  • Disables the frontend (optional)

All modules can be enabled/disabled or configured to suit most if not all WordPress as a headless CMS use cases.

Developing a single page React app but still want to use the WordPress theme based fronted.

Not a problem, maybe you just use these modules:

  • Adds Gutenberg block data to REST responses
  • Protects REST requests with nonce
  • Cleans up REST response objects
  • Removes non required REST endpoints

Developing a truly headless WordPress single page app or mobile app and just want WordPress for the backend?

Maybe use these modules:

  • JSON Web Token Authentication
  • Adds Gutenberg block data to REST responses
  • Protects REST requests with nonce
  • Cleans up REST response objects
  • Removes non required REST endpoints
  • Disable the WordPress frontend

You get the idea.

The plugin documentation is held inside the plugin ‘options’ page in the WordPress admin, although there are some docs for the custom rest endpoints:

Learn More about plugin endpoint requests

Anyway if you are looking to use WordPress as a headless CMS on a React, React Native, Angular, iOS/Android native project. This plugin should go a long way to setting WordPress up as you need it.

انسٽاليشن

  1. Upload plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to WP REST Headless admin menu for the framework documentation

FAQ

The plugin is configured using WordPress filters. What!! why no admin options page you ask?

Well the whole point of a REST API is speed right!? Fetching tons of options from the database slows things down.

Anyway, we’re developers we can handle 5 min of configuration.

The plugin documentation is held inside the plugin ‘options’ page in the WordPress admin, although there are some docs for the custom rest endpoints:

Learn More about plugin endpoint requests

جائزا

7 مَي 2020
headless wp will give lot of very cool new possibilities! congrats great work

THX

24 اپريل 2020
I like your plugin! Keep on going with this one! 🙂
جمع: سڀ 2 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“WP Headless CMS Framework” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

جمع: “WP Headless CMS Framework” 2 جڳهن ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.

ترجمو ڪريو “WP Headless CMS Framework” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.0

Inital commit to plugin repo

1.1

Made rest cleanup more specific
Improved cleanup detection code – credit ‘Daniele Scasciafratte’ https://wordpress.org/support/users/mte90/
Added ability for JWT get-token requests to bypass nonce check if enabled
Updated docs

1.15

Confirmed WP 5.4 compatibility