sw_double Posted April 13, 2013 Share Posted April 13, 2013 Hi there! Is there any way to hook into Pageimage::url property? Or should I hook a new property and use it instead? Link to comment Share on other sites More sharing options...
teppo Posted April 13, 2013 Share Posted April 13, 2013 Pageimage::url isn't hookable at the moment. If you wish, you can always make it so in your own installation by adding ___ in front of the method name, but that's not generally speaking a very good idea since running a modified version of core adds manual work to each PW update. Your best bet would be adding a new custom method / property and using that instead, like you already suggested yourself 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now