Answer the question
In order to leave comments, you need to log in
Is it possible to get the shortcode of a Wordpress page?
To create a page, I use two constructors. I would like to use one of the widgets of one constructor in another. I thought it could be done with a shortcode. Is it possible?
PS Maybe there is an easier way than I'm trying to find?
Answer the question
In order to leave comments, you need to log in
If I understand correctly, then
$postsIds = WatchList::where('user_id', Auth::user()['id'])->get()->pluck('post_id')->toArray();
Is there an easier way than what I'm trying to find?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question