From 4a7bf59fc96fcb4e217b1d531015f55decf66d81 Mon Sep 17 00:00:00 2001 From: Igor Tron Date: Fri, 27 May 2022 11:11:57 +0200 Subject: [PATCH] using params --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 41f5c25..b533dc2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ You can manage your instance with such methods as and others. +Use + +- $instance->getParam(); +- $instance->setParam(); + +method to manage metafields, stored inside `posts` table using `post_content_filtered` field. + # How to use ## Preparing step by step.