• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

RESOLVED I confirmed that there was an error on the second line. regex

brte

Member
Messages
5
Likes
0
Points
1
#1
1 $src_text = $current_post->post_content;
2 $regex = "/<img[^>]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i";
3 $img_part_src_all = getPartsRegex($text, $regex);



------------------------------------------------------------------------------------
Hello

I'm not a developer, so I don't know.
I transferred the code created by my former developer to the woody plugin.

I confirmed that there was an error on the second line.
 

Temyk

Developer & Support
Messages
1,129
Likes
42
Points
48
#2
Hello.

Contact the developer who wrote this code. We provide support here only for the work of the plugin.